Enter your LAB numbers under one of the color blocks. The RGB color numbers will change above correspondingly.
This is also a pretty lovely tool for color in general! (despite the fact that it makes me install flash player 9 every time, no matter how many times I install it--at least it only takes a second)
conser
2016-11-04 01:42:57 UTC
Convert Lab To Rgb
ZressE
2008-06-11 06:41:39 UTC
Well, it's not so simple.
Here's what I got from wikipedia:
RGB and CMYK conversions
There are no simple formulas for conversion between RGB or CMYK values and L*a*b*, because the RGB and CMYK color models are device dependent. The RGB or CMYK values first need to be transformed to a specific absolute color space, such as sRGB or Adobe RGB. This adjustment will be device dependent, but the resulting data from the transform will be device independent, allowing data to be transformed to the CIE 1931 color space and then transformed into L*a*b*.
I did, however, find a little conversion script here:
Well, as the poster above me said, there is no formula to directly convert RGB to L*ab.
If you wish to convert it progmatically, I found a site that describes conversion formulas in plain easy to understand language, the process for converting from L*ab to RGB goes like this:
L*ab -> XYZ -> RGB
I'll throw the link in my sources
Punit
2008-06-11 06:39:23 UTC
First of all, What is this L,a,b?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.