Shades of Biloba Flower #A99ADB
Tints of Biloba Flower #A99ADB
RGB
CMYK
RGB Variations
Color information
#A99ADB (or 0xA99ADB) is known color: Biloba Flower. HEX triplet: A9, 9A and DB. RGB value is (169,154,219). Sum of RGB (Red+Green+Blue) = 169+154+219=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ADB is #566524. Grayscale: #A5A5A5. Windows color (decimal): -5661989 or 14391977. OLE color: 14391977.
HSL color Cylindrical-coordinate representation of color #A99ADB: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99ADB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 154 | 219 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.14 |
| HSL | 253.85º | 0.47% | 0.73% | - |
| HSV(B) | 253.85º | 0.3% | 0.86% | - |
| XYZ | 40.7 | 36.66 | 71.95 | - |
| YUV | 165.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 219 | 0.23 | 0.30 | 0 | 0.14 | 253.85 | 0.47 | 0.73 |
| Hex | A9 | 9A | DB | 17 | 1E | 0 | E | FE | 2F | 49 |
| Octal | 251 | 232 | 333 | 27 | 36 | 0 | 16 | 376 | 57 | 111 |
| Binary | 10101001 | 10011010 | 11011011 | 10111 | 11110 | 0 | 1110 | 11111110 | 101111 | 1001001 |
Color Harmonies of #A99ADB
Complementary color
Monochromatic Colors of #A99ADB
Black with #A99ADB
Text Example
Text Example
White with #A99ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99ADB; }
p { color: rgb(169,154,219); }
H1.HeaderClassName
{
color: #A99ADB;
}
.AnyTagClassName
{
color: #A99ADB;
}
</style>
background-color css
<style>
a { background-color: #A99ADB; }
a { background-color: rgb(169,154,219); }
div.DivClassName
{
background-color: #A99ADB;
}
.BgClassName
{
background-color: #A99ADB;
}
</style>
border-color css
<style>
span { border-color: #A99ADB; }
span { border-color: rgb(169,154,219); }
td.TdClassName
{
border-color: #A99ADB;
}
.TagClassName
{
border-color: #A99ADB;
}
</style>