Shades of Deep Lilac #AA59B9
Tints of Deep Lilac #AA59B9
RGB
CMYK
RGB Variations
Color information
#AA59B9 (or 0xAA59B9) is known color: Deep Lilac. HEX triplet: AA, 59 and B9. RGB value is (170,89,185). Sum of RGB (Red+Green+Blue) = 170+89+185=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA59B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59B9 is #55A646. Grayscale: #7B7B7B. Windows color (decimal): -5613127 or 12147114. OLE color: 12147114.
HSL color Cylindrical-coordinate representation of color #AA59B9: hue angle of 290.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA59B9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 89 | 185 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.27 |
| HSL | 290.63º | 0.41% | 0.54% | - |
| HSV(B) | 290.63º | 0.52% | 0.73% | - |
| XYZ | 28.91 | 19.19 | 48.08 | - |
| YUV | 124.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 185 | 0.08 | 0.52 | 0 | 0.27 | 290.63 | 0.41 | 0.54 |
| Hex | AA | 59 | B9 | 8 | 34 | 0 | 1B | 123 | 29 | 36 |
| Octal | 252 | 131 | 271 | 10 | 64 | 0 | 33 | 443 | 51 | 66 |
| Binary | 10101010 | 1011001 | 10111001 | 1000 | 110100 | 0 | 11011 | 100100011 | 101001 | 110110 |
Color Harmonies of #AA59B9
Complementary color
Monochromatic Colors of #AA59B9
Black with #AA59B9
Text Example
Text Example
White with #AA59B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59B9; }
p { color: rgb(170,89,185); }
H1.HeaderClassName
{
color: #AA59B9;
}
.AnyTagClassName
{
color: #AA59B9;
}
</style>
background-color css
<style>
a { background-color: #AA59B9; }
a { background-color: rgb(170,89,185); }
div.DivClassName
{
background-color: #AA59B9;
}
.BgClassName
{
background-color: #AA59B9;
}
</style>
border-color css
<style>
span { border-color: #AA59B9; }
span { border-color: rgb(170,89,185); }
td.TdClassName
{
border-color: #AA59B9;
}
.TagClassName
{
border-color: #AA59B9;
}
</style>