Shades of Biloba Flower #A99EC8
Tints of Biloba Flower #A99EC8
RGB
CMYK
RGB Variations
Color information
#A99EC8 (or 0xA99EC8) is known color: Biloba Flower. HEX triplet: A9, 9E and C8. RGB value is (169,158,200). Sum of RGB (Red+Green+Blue) = 169+158+200=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #A99EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC8 is #566137. Grayscale: #A5A5A5. Windows color (decimal): -5660984 or 13147817. OLE color: 13147817.
HSL color Cylindrical-coordinate representation of color #A99EC8: hue angle of 255.71º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99EC8 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 158 | 200 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.22 |
| HSL | 255.71º | 0.28% | 0.7% | - |
| HSV(B) | 255.71º | 0.21% | 0.78% | - |
| XYZ | 39.01 | 37.06 | 59.74 | - |
| YUV | 166.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 200 | 0.16 | 0.21 | 0 | 0.22 | 255.71 | 0.28 | 0.7 |
| Hex | A9 | 9E | C8 | 10 | 15 | 0 | 16 | 100 | 1C | 46 |
| Octal | 251 | 236 | 310 | 20 | 25 | 0 | 26 | 400 | 34 | 106 |
| Binary | 10101001 | 10011110 | 11001000 | 10000 | 10101 | 0 | 10110 | 100000000 | 11100 | 1000110 |
Color Harmonies of #A99EC8
Complementary color
Monochromatic Colors of #A99EC8
Black with #A99EC8
Text Example
Text Example
White with #A99EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EC8; }
p { color: rgb(169,158,200); }
H1.HeaderClassName
{
color: #A99EC8;
}
.AnyTagClassName
{
color: #A99EC8;
}
</style>
background-color css
<style>
a { background-color: #A99EC8; }
a { background-color: rgb(169,158,200); }
div.DivClassName
{
background-color: #A99EC8;
}
.BgClassName
{
background-color: #A99EC8;
}
</style>
border-color css
<style>
span { border-color: #A99EC8; }
span { border-color: rgb(169,158,200); }
td.TdClassName
{
border-color: #A99EC8;
}
.TagClassName
{
border-color: #A99EC8;
}
</style>