Shades of Deep Lilac #AA59C0
Tints of Deep Lilac #AA59C0
RGB
CMYK
RGB Variations
Color information
#AA59C0 (or 0xAA59C0) is known color: Deep Lilac. HEX triplet: AA, 59 and C0. RGB value is (170,89,192). Sum of RGB (Red+Green+Blue) = 170+89+192=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA59C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59C0 is #55A63F. Grayscale: #7C7C7C. Windows color (decimal): -5613120 or 12605866. OLE color: 12605866.
HSL color Cylindrical-coordinate representation of color #AA59C0: hue angle of 287.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA59C0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 89 | 192 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.25 |
| HSL | 287.18º | 0.45% | 0.55% | - |
| HSV(B) | 287.18º | 0.54% | 0.75% | - |
| XYZ | 29.66 | 19.5 | 52.07 | - |
| YUV | 124.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 192 | 0.11 | 0.54 | 0 | 0.25 | 287.18 | 0.45 | 0.55 |
| Hex | AA | 59 | C0 | B | 36 | 0 | 19 | 11F | 2D | 37 |
| Octal | 252 | 131 | 300 | 13 | 66 | 0 | 31 | 437 | 55 | 67 |
| Binary | 10101010 | 1011001 | 11000000 | 1011 | 110110 | 0 | 11001 | 100011111 | 101101 | 110111 |
Color Harmonies of #AA59C0
Complementary color
Monochromatic Colors of #AA59C0
Black with #AA59C0
Text Example
Text Example
White with #AA59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59C0; }
p { color: rgb(170,89,192); }
H1.HeaderClassName
{
color: #AA59C0;
}
.AnyTagClassName
{
color: #AA59C0;
}
</style>
background-color css
<style>
a { background-color: #AA59C0; }
a { background-color: rgb(170,89,192); }
div.DivClassName
{
background-color: #AA59C0;
}
.BgClassName
{
background-color: #AA59C0;
}
</style>
border-color css
<style>
span { border-color: #AA59C0; }
span { border-color: rgb(170,89,192); }
td.TdClassName
{
border-color: #AA59C0;
}
.TagClassName
{
border-color: #AA59C0;
}
</style>