Shades of Biloba Flower #AA99DB
Tints of Biloba Flower #AA99DB
RGB
CMYK
RGB Variations
Color information
#AA99DB (or 0xAA99DB) is known color: Biloba Flower. HEX triplet: AA, 99 and DB. RGB value is (170,153,219). Sum of RGB (Red+Green+Blue) = 170+153+219=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 153 (60.16% from 255 or 28.23% 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 #AA99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DB is #556624. Grayscale: #A5A5A5. Windows color (decimal): -5596709 or 14391722. OLE color: 14391722.
HSL color Cylindrical-coordinate representation of color #AA99DB: hue angle of 255.45º degrees, saturation: 0.48, 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 #AA99DB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 153 | 219 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.14 |
| HSL | 255.45º | 0.48% | 0.73% | - |
| HSV(B) | 255.45º | 0.3% | 0.86% | - |
| XYZ | 40.75 | 36.44 | 71.9 | - |
| YUV | 165.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 219 | 0.22 | 0.30 | 0 | 0.14 | 255.45 | 0.48 | 0.73 |
| Hex | AA | 99 | DB | 16 | 1E | 0 | E | FF | 30 | 49 |
| Octal | 252 | 231 | 333 | 26 | 36 | 0 | 16 | 377 | 60 | 111 |
| Binary | 10101010 | 10011001 | 11011011 | 10110 | 11110 | 0 | 1110 | 11111111 | 110000 | 1001001 |
Color Harmonies of #AA99DB
Complementary color
Monochromatic Colors of #AA99DB
Black with #AA99DB
Text Example
Text Example
White with #AA99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99DB; }
p { color: rgb(170,153,219); }
H1.HeaderClassName
{
color: #AA99DB;
}
.AnyTagClassName
{
color: #AA99DB;
}
</style>
background-color css
<style>
a { background-color: #AA99DB; }
a { background-color: rgb(170,153,219); }
div.DivClassName
{
background-color: #AA99DB;
}
.BgClassName
{
background-color: #AA99DB;
}
</style>
border-color css
<style>
span { border-color: #AA99DB; }
span { border-color: rgb(170,153,219); }
td.TdClassName
{
border-color: #AA99DB;
}
.TagClassName
{
border-color: #AA99DB;
}
</style>