Shades of Biloba Flower #A99EBC
Tints of Biloba Flower #A99EBC
RGB
CMYK
RGB Variations
Color information
#A99EBC (or 0xA99EBC) is known color: Biloba Flower. HEX triplet: A9, 9E and BC. RGB value is (169,158,188). Sum of RGB (Red+Green+Blue) = 169+158+188=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #A99EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EBC is #566143. Grayscale: #A4A4A4. Windows color (decimal): -5660996 or 12361385. OLE color: 12361385.
HSL color Cylindrical-coordinate representation of color #A99EBC: hue angle of 262º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A99EBC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 158 | 188 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.26 |
| HSL | 262º | 0.18% | 0.68% | - |
| HSV(B) | 262º | 0.16% | 0.74% | - |
| XYZ | 37.67 | 36.52 | 52.64 | - |
| YUV | 164.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 188 | 0.10 | 0.16 | 0 | 0.26 | 262 | 0.18 | 0.68 |
| Hex | A9 | 9E | BC | A | 10 | 0 | 1A | 106 | 12 | 44 |
| Octal | 251 | 236 | 274 | 12 | 20 | 0 | 32 | 406 | 22 | 104 |
| Binary | 10101001 | 10011110 | 10111100 | 1010 | 10000 | 0 | 11010 | 100000110 | 10010 | 1000100 |
Color Harmonies of #A99EBC
Complementary color
Monochromatic Colors of #A99EBC
Black with #A99EBC
Text Example
Text Example
White with #A99EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EBC; }
p { color: rgb(169,158,188); }
H1.HeaderClassName
{
color: #A99EBC;
}
.AnyTagClassName
{
color: #A99EBC;
}
</style>
background-color css
<style>
a { background-color: #A99EBC; }
a { background-color: rgb(169,158,188); }
div.DivClassName
{
background-color: #A99EBC;
}
.BgClassName
{
background-color: #A99EBC;
}
</style>
border-color css
<style>
span { border-color: #A99EBC; }
span { border-color: rgb(169,158,188); }
td.TdClassName
{
border-color: #A99EBC;
}
.TagClassName
{
border-color: #A99EBC;
}
</style>