Shades of Deep Lilac #AA59BD
Tints of Deep Lilac #AA59BD
RGB
CMYK
RGB Variations
Color information
#AA59BD (or 0xAA59BD) is known color: Deep Lilac. HEX triplet: AA, 59 and BD. RGB value is (170,89,189). Sum of RGB (Red+Green+Blue) = 170+89+189=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BD is #55A642. Grayscale: #7C7C7C. Windows color (decimal): -5613123 or 12409258. OLE color: 12409258.
HSL color Cylindrical-coordinate representation of color #AA59BD: hue angle of 288.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA59BD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 89 | 189 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.26 |
| HSL | 288.6º | 0.43% | 0.55% | - |
| HSV(B) | 288.6º | 0.53% | 0.74% | - |
| XYZ | 29.34 | 19.36 | 50.34 | - |
| YUV | 124.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 189 | 0.10 | 0.53 | 0 | 0.26 | 288.6 | 0.43 | 0.55 |
| Hex | AA | 59 | BD | A | 35 | 0 | 1A | 121 | 2B | 37 |
| Octal | 252 | 131 | 275 | 12 | 65 | 0 | 32 | 441 | 53 | 67 |
| Binary | 10101010 | 1011001 | 10111101 | 1010 | 110101 | 0 | 11010 | 100100001 | 101011 | 110111 |
Color Harmonies of #AA59BD
Complementary color
Monochromatic Colors of #AA59BD
Black with #AA59BD
Text Example
Text Example
White with #AA59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59BD; }
p { color: rgb(170,89,189); }
H1.HeaderClassName
{
color: #AA59BD;
}
.AnyTagClassName
{
color: #AA59BD;
}
</style>
background-color css
<style>
a { background-color: #AA59BD; }
a { background-color: rgb(170,89,189); }
div.DivClassName
{
background-color: #AA59BD;
}
.BgClassName
{
background-color: #AA59BD;
}
</style>
border-color css
<style>
span { border-color: #AA59BD; }
span { border-color: rgb(170,89,189); }
td.TdClassName
{
border-color: #AA59BD;
}
.TagClassName
{
border-color: #AA59BD;
}
</style>