Shades of Biloba Flower #A99ABF
Tints of Biloba Flower #A99ABF
RGB
CMYK
RGB Variations
Color information
#A99ABF (or 0xA99ABF) is known color: Biloba Flower. HEX triplet: A9, 9A and BF. RGB value is (169,154,191). Sum of RGB (Red+Green+Blue) = 169+154+191=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABF is #566540. Grayscale: #A2A2A2. Windows color (decimal): -5662017 or 12556969. OLE color: 12556969.
HSL color Cylindrical-coordinate representation of color #A99ABF: hue angle of 264.32º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99ABF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 154 | 191 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.25 |
| HSL | 264.32º | 0.22% | 0.68% | - |
| HSV(B) | 264.32º | 0.19% | 0.75% | - |
| XYZ | 37.32 | 35.31 | 54.14 | - |
| YUV | 162.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 191 | 0.12 | 0.19 | 0 | 0.25 | 264.32 | 0.22 | 0.68 |
| Hex | A9 | 9A | BF | C | 13 | 0 | 19 | 108 | 16 | 44 |
| Octal | 251 | 232 | 277 | 14 | 23 | 0 | 31 | 410 | 26 | 104 |
| Binary | 10101001 | 10011010 | 10111111 | 1100 | 10011 | 0 | 11001 | 100001000 | 10110 | 1000100 |
Color Harmonies of #A99ABF
Complementary color
Monochromatic Colors of #A99ABF
Black with #A99ABF
Text Example
Text Example
White with #A99ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99ABF; }
p { color: rgb(169,154,191); }
H1.HeaderClassName
{
color: #A99ABF;
}
.AnyTagClassName
{
color: #A99ABF;
}
</style>
background-color css
<style>
a { background-color: #A99ABF; }
a { background-color: rgb(169,154,191); }
div.DivClassName
{
background-color: #A99ABF;
}
.BgClassName
{
background-color: #A99ABF;
}
</style>
border-color css
<style>
span { border-color: #A99ABF; }
span { border-color: rgb(169,154,191); }
td.TdClassName
{
border-color: #A99ABF;
}
.TagClassName
{
border-color: #A99ABF;
}
</style>