Shades of Deep Lilac #AA52C0
Tints of Deep Lilac #AA52C0
RGB
CMYK
RGB Variations
Color information
#AA52C0 (or 0xAA52C0) is known color: Deep Lilac. HEX triplet: AA, 52 and C0. RGB value is (170,82,192). Sum of RGB (Red+Green+Blue) = 170+82+192=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA52C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52C0 is #55AD3F. Grayscale: #787878. Windows color (decimal): -5614912 or 12604074. OLE color: 12604074.
HSL color Cylindrical-coordinate representation of color #AA52C0: hue angle of 288º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA52C0 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 82 | 192 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.25 |
| HSL | 288º | 0.47% | 0.54% | - |
| HSV(B) | 288º | 0.57% | 0.75% | - |
| XYZ | 29.11 | 18.39 | 51.88 | - |
| YUV | 120.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 192 | 0.11 | 0.57 | 0 | 0.25 | 288 | 0.47 | 0.54 |
| Hex | AA | 52 | C0 | B | 39 | 0 | 19 | 120 | 2F | 36 |
| Octal | 252 | 122 | 300 | 13 | 71 | 0 | 31 | 440 | 57 | 66 |
| Binary | 10101010 | 1010010 | 11000000 | 1011 | 111001 | 0 | 11001 | 100100000 | 101111 | 110110 |
Color Harmonies of #AA52C0
Complementary color
Monochromatic Colors of #AA52C0
Black with #AA52C0
Text Example
Text Example
White with #AA52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52C0; }
p { color: rgb(170,82,192); }
H1.HeaderClassName
{
color: #AA52C0;
}
.AnyTagClassName
{
color: #AA52C0;
}
</style>
background-color css
<style>
a { background-color: #AA52C0; }
a { background-color: rgb(170,82,192); }
div.DivClassName
{
background-color: #AA52C0;
}
.BgClassName
{
background-color: #AA52C0;
}
</style>
border-color css
<style>
span { border-color: #AA52C0; }
span { border-color: rgb(170,82,192); }
td.TdClassName
{
border-color: #AA52C0;
}
.TagClassName
{
border-color: #AA52C0;
}
</style>