Shades of Biloba Flower #A68CEA
Tints of Biloba Flower #A68CEA
RGB
CMYK
RGB Variations
Color information
#A68CEA (or 0xA68CEA) is known color: Biloba Flower. HEX triplet: A6, 8C and EA. RGB value is (166,140,234). Sum of RGB (Red+Green+Blue) = 166+140+234=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A68CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CEA is #597315. Grayscale: #9E9E9E. Windows color (decimal): -5862166 or 15371430. OLE color: 15371430.
HSL color Cylindrical-coordinate representation of color #A68CEA: hue angle of 256.6º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68CEA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 140 | 234 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.08 |
| HSL | 256.6º | 0.69% | 0.73% | - |
| HSV(B) | 256.6º | 0.4% | 0.92% | - |
| XYZ | 39.96 | 32.8 | 82.07 | - |
| YUV | 158.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 234 | 0.29 | 0.40 | 0 | 0.08 | 256.6 | 0.69 | 0.73 |
| Hex | A6 | 8C | EA | 1D | 28 | 0 | 8 | 101 | 45 | 49 |
| Octal | 246 | 214 | 352 | 35 | 50 | 0 | 10 | 401 | 105 | 111 |
| Binary | 10100110 | 10001100 | 11101010 | 11101 | 101000 | 0 | 1000 | 100000001 | 1000101 | 1001001 |
Color Harmonies of #A68CEA
Complementary color
Monochromatic Colors of #A68CEA
Black with #A68CEA
Text Example
Text Example
White with #A68CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CEA; }
p { color: rgb(166,140,234); }
H1.HeaderClassName
{
color: #A68CEA;
}
.AnyTagClassName
{
color: #A68CEA;
}
</style>
background-color css
<style>
a { background-color: #A68CEA; }
a { background-color: rgb(166,140,234); }
div.DivClassName
{
background-color: #A68CEA;
}
.BgClassName
{
background-color: #A68CEA;
}
</style>
border-color css
<style>
span { border-color: #A68CEA; }
span { border-color: rgb(166,140,234); }
td.TdClassName
{
border-color: #A68CEA;
}
.TagClassName
{
border-color: #A68CEA;
}
</style>