Shades of Biloba Flower #A99CEA
Tints of Biloba Flower #A99CEA
RGB
CMYK
RGB Variations
Color information
#A99CEA (or 0xA99CEA) is known color: Biloba Flower. HEX triplet: A9, 9C and EA. RGB value is (169,156,234). Sum of RGB (Red+Green+Blue) = 169+156+234=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #A99CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CEA is #566315. Grayscale: #A8A8A8. Windows color (decimal): -5661462 or 15375529. OLE color: 15375529.
HSL color Cylindrical-coordinate representation of color #A99CEA: hue angle of 250º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99CEA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 156 | 234 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.08 |
| HSL | 250º | 0.65% | 0.76% | - |
| HSV(B) | 250º | 0.33% | 0.92% | - |
| XYZ | 43.1 | 38.15 | 82.93 | - |
| YUV | 168.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 234 | 0.28 | 0.33 | 0 | 0.08 | 250 | 0.65 | 0.76 |
| Hex | A9 | 9C | EA | 1C | 21 | 0 | 8 | FA | 41 | 4C |
| Octal | 251 | 234 | 352 | 34 | 41 | 0 | 10 | 372 | 101 | 114 |
| Binary | 10101001 | 10011100 | 11101010 | 11100 | 100001 | 0 | 1000 | 11111010 | 1000001 | 1001100 |
Color Harmonies of #A99CEA
Complementary color
Monochromatic Colors of #A99CEA
Black with #A99CEA
Text Example
Text Example
White with #A99CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CEA; }
p { color: rgb(169,156,234); }
H1.HeaderClassName
{
color: #A99CEA;
}
.AnyTagClassName
{
color: #A99CEA;
}
</style>
background-color css
<style>
a { background-color: #A99CEA; }
a { background-color: rgb(169,156,234); }
div.DivClassName
{
background-color: #A99CEA;
}
.BgClassName
{
background-color: #A99CEA;
}
</style>
border-color css
<style>
span { border-color: #A99CEA; }
span { border-color: rgb(169,156,234); }
td.TdClassName
{
border-color: #A99CEA;
}
.TagClassName
{
border-color: #A99CEA;
}
</style>