Shades of Biloba Flower #AA84DB
Tints of Biloba Flower #AA84DB
RGB
CMYK
RGB Variations
Color information
#AA84DB (or 0xAA84DB) is known color: Biloba Flower. HEX triplet: AA, 84 and DB. RGB value is (170,132,219). Sum of RGB (Red+Green+Blue) = 170+132+219=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84DB is #557B24. Grayscale: #989898. Windows color (decimal): -5602085 or 14386346. OLE color: 14386346.
HSL color Cylindrical-coordinate representation of color #AA84DB: hue angle of 266.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA84DB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 132 | 219 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.14 |
| HSL | 266.21º | 0.55% | 0.69% | - |
| HSV(B) | 266.21º | 0.4% | 0.86% | - |
| XYZ | 37.62 | 30.16 | 70.86 | - |
| YUV | 153.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 219 | 0.22 | 0.40 | 0 | 0.14 | 266.21 | 0.55 | 0.69 |
| Hex | AA | 84 | DB | 16 | 28 | 0 | E | 10A | 37 | 45 |
| Octal | 252 | 204 | 333 | 26 | 50 | 0 | 16 | 412 | 67 | 105 |
| Binary | 10101010 | 10000100 | 11011011 | 10110 | 101000 | 0 | 1110 | 100001010 | 110111 | 1000101 |
Color Harmonies of #AA84DB
Complementary color
Monochromatic Colors of #AA84DB
Black with #AA84DB
Text Example
Text Example
White with #AA84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84DB; }
p { color: rgb(170,132,219); }
H1.HeaderClassName
{
color: #AA84DB;
}
.AnyTagClassName
{
color: #AA84DB;
}
</style>
background-color css
<style>
a { background-color: #AA84DB; }
a { background-color: rgb(170,132,219); }
div.DivClassName
{
background-color: #AA84DB;
}
.BgClassName
{
background-color: #AA84DB;
}
</style>
border-color css
<style>
span { border-color: #AA84DB; }
span { border-color: rgb(170,132,219); }
td.TdClassName
{
border-color: #AA84DB;
}
.TagClassName
{
border-color: #AA84DB;
}
</style>