Shades of Deep Lilac #AA59BA
Tints of Deep Lilac #AA59BA
RGB
CMYK
RGB Variations
Color information
#AA59BA (or 0xAA59BA) is known color: Deep Lilac. HEX triplet: AA, 59 and BA. RGB value is (170,89,186). Sum of RGB (Red+Green+Blue) = 170+89+186=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BA is #55A645. Grayscale: #7B7B7B. Windows color (decimal): -5613126 or 12212650. OLE color: 12212650.
HSL color Cylindrical-coordinate representation of color #AA59BA: hue angle of 290.1º 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 #AA59BA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 89 | 186 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.27 |
| HSL | 290.1º | 0.41% | 0.54% | - |
| HSV(B) | 290.1º | 0.52% | 0.73% | - |
| XYZ | 29.01 | 19.24 | 48.64 | - |
| YUV | 124.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 186 | 0.09 | 0.52 | 0 | 0.27 | 290.1 | 0.41 | 0.54 |
| Hex | AA | 59 | BA | 9 | 34 | 0 | 1B | 122 | 29 | 36 |
| Octal | 252 | 131 | 272 | 11 | 64 | 0 | 33 | 442 | 51 | 66 |
| Binary | 10101010 | 1011001 | 10111010 | 1001 | 110100 | 0 | 11011 | 100100010 | 101001 | 110110 |
Color Harmonies of #AA59BA
Complementary color
Monochromatic Colors of #AA59BA
Black with #AA59BA
Text Example
Text Example
White with #AA59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59BA; }
p { color: rgb(170,89,186); }
H1.HeaderClassName
{
color: #AA59BA;
}
.AnyTagClassName
{
color: #AA59BA;
}
</style>
background-color css
<style>
a { background-color: #AA59BA; }
a { background-color: rgb(170,89,186); }
div.DivClassName
{
background-color: #AA59BA;
}
.BgClassName
{
background-color: #AA59BA;
}
</style>
border-color css
<style>
span { border-color: #AA59BA; }
span { border-color: rgb(170,89,186); }
td.TdClassName
{
border-color: #AA59BA;
}
.TagClassName
{
border-color: #AA59BA;
}
</style>