Shades of Biloba Flower #A99CE8
Tints of Biloba Flower #A99CE8
RGB
CMYK
RGB Variations
Color information
#A99CE8 (or 0xA99CE8) is known color: Biloba Flower. HEX triplet: A9, 9C and E8. RGB value is (169,156,232). Sum of RGB (Red+Green+Blue) = 169+156+232=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #A99CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CE8 is #566317. Grayscale: #A8A8A8. Windows color (decimal): -5661464 or 15244457. OLE color: 15244457.
HSL color Cylindrical-coordinate representation of color #A99CE8: hue angle of 250.26º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99CE8 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 156 | 232 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.09 |
| HSL | 250.26º | 0.62% | 0.76% | - |
| HSV(B) | 250.26º | 0.33% | 0.91% | - |
| XYZ | 42.82 | 38.04 | 81.43 | - |
| YUV | 168.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 232 | 0.27 | 0.33 | 0 | 0.09 | 250.26 | 0.62 | 0.76 |
| Hex | A9 | 9C | E8 | 1B | 21 | 0 | 9 | FA | 3E | 4C |
| Octal | 251 | 234 | 350 | 33 | 41 | 0 | 11 | 372 | 76 | 114 |
| Binary | 10101001 | 10011100 | 11101000 | 11011 | 100001 | 0 | 1001 | 11111010 | 111110 | 1001100 |
Color Harmonies of #A99CE8
Complementary color
Monochromatic Colors of #A99CE8
Black with #A99CE8
Text Example
Text Example
White with #A99CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CE8; }
p { color: rgb(169,156,232); }
H1.HeaderClassName
{
color: #A99CE8;
}
.AnyTagClassName
{
color: #A99CE8;
}
</style>
background-color css
<style>
a { background-color: #A99CE8; }
a { background-color: rgb(169,156,232); }
div.DivClassName
{
background-color: #A99CE8;
}
.BgClassName
{
background-color: #A99CE8;
}
</style>
border-color css
<style>
span { border-color: #A99CE8; }
span { border-color: rgb(169,156,232); }
td.TdClassName
{
border-color: #A99CE8;
}
.TagClassName
{
border-color: #A99CE8;
}
</style>