Design
Adobe RGB to XYZ Converter
Convert Adobe RGB color values to XYZ color space with alpha channel support
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/adobe-rgb-to-xyz-converter' \
-H 'Content-Type: application/json' \
-d '{"adobeRgb":"Enter Adobe RGB values, one per line:\nadobe-rgb(255,0,128)\nadobe-rgba(255,0,128,0.5)\nadobergb(255,0,128)\nadobergba(255,0,128,0.5)\n255,0,128\n255,0,128,0.5\nR:255 G:0 B:128\nR:255 G:0 B:128 A:0.5","format":"xyz","alphaHandling":"white","customBackground":"#FFFFFF"}'