Shades of Biloba Flower #A99CBF
Tints of Biloba Flower #A99CBF
RGB
CMYK
RGB Variations
Color information
#A99CBF (or 0xA99CBF) is known color: Biloba Flower. HEX triplet: A9, 9C and BF. RGB value is (169,156,191). Sum of RGB (Red+Green+Blue) = 169+156+191=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CBF is #566340. Grayscale: #A3A3A3. Windows color (decimal): -5661505 or 12557481. OLE color: 12557481.
HSL color Cylindrical-coordinate representation of color #A99CBF: hue angle of 262.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99CBF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 156 | 191 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.25 |
| HSL | 262.29º | 0.21% | 0.68% | - |
| HSV(B) | 262.29º | 0.18% | 0.75% | - |
| XYZ | 37.65 | 35.97 | 54.25 | - |
| YUV | 163.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 191 | 0.12 | 0.18 | 0 | 0.25 | 262.29 | 0.21 | 0.68 |
| Hex | A9 | 9C | BF | C | 12 | 0 | 19 | 106 | 15 | 44 |
| Octal | 251 | 234 | 277 | 14 | 22 | 0 | 31 | 406 | 25 | 104 |
| Binary | 10101001 | 10011100 | 10111111 | 1100 | 10010 | 0 | 11001 | 100000110 | 10101 | 1000100 |
Color Harmonies of #A99CBF
Complementary color
Monochromatic Colors of #A99CBF
Black with #A99CBF
Text Example
Text Example
White with #A99CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CBF; }
p { color: rgb(169,156,191); }
H1.HeaderClassName
{
color: #A99CBF;
}
.AnyTagClassName
{
color: #A99CBF;
}
</style>
background-color css
<style>
a { background-color: #A99CBF; }
a { background-color: rgb(169,156,191); }
div.DivClassName
{
background-color: #A99CBF;
}
.BgClassName
{
background-color: #A99CBF;
}
</style>
border-color css
<style>
span { border-color: #A99CBF; }
span { border-color: rgb(169,156,191); }
td.TdClassName
{
border-color: #A99CBF;
}
.TagClassName
{
border-color: #A99CBF;
}
</style>