Shades of Biloba Flower #A99CDB
Tints of Biloba Flower #A99CDB
RGB
CMYK
RGB Variations
Color information
#A99CDB (or 0xA99CDB) is known color: Biloba Flower. HEX triplet: A9, 9C and DB. RGB value is (169,156,219). Sum of RGB (Red+Green+Blue) = 169+156+219=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CDB is #566324. Grayscale: #A6A6A6. Windows color (decimal): -5661477 or 14392489. OLE color: 14392489.
HSL color Cylindrical-coordinate representation of color #A99CDB: hue angle of 252.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99CDB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 156 | 219 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.14 |
| HSL | 252.38º | 0.47% | 0.74% | - |
| HSV(B) | 252.38º | 0.29% | 0.86% | - |
| XYZ | 41.04 | 37.33 | 72.06 | - |
| YUV | 167.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 219 | 0.23 | 0.29 | 0 | 0.14 | 252.38 | 0.47 | 0.74 |
| Hex | A9 | 9C | DB | 17 | 1D | 0 | E | FC | 2F | 4A |
| Octal | 251 | 234 | 333 | 27 | 35 | 0 | 16 | 374 | 57 | 112 |
| Binary | 10101001 | 10011100 | 11011011 | 10111 | 11101 | 0 | 1110 | 11111100 | 101111 | 1001010 |
Color Harmonies of #A99CDB
Complementary color
Monochromatic Colors of #A99CDB
Black with #A99CDB
Text Example
Text Example
White with #A99CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CDB; }
p { color: rgb(169,156,219); }
H1.HeaderClassName
{
color: #A99CDB;
}
.AnyTagClassName
{
color: #A99CDB;
}
</style>
background-color css
<style>
a { background-color: #A99CDB; }
a { background-color: rgb(169,156,219); }
div.DivClassName
{
background-color: #A99CDB;
}
.BgClassName
{
background-color: #A99CDB;
}
</style>
border-color css
<style>
span { border-color: #A99CDB; }
span { border-color: rgb(169,156,219); }
td.TdClassName
{
border-color: #A99CDB;
}
.TagClassName
{
border-color: #A99CDB;
}
</style>