Shades of Deep Lilac #AA53C0
Tints of Deep Lilac #AA53C0
RGB
CMYK
RGB Variations
Color information
#AA53C0 (or 0xAA53C0) is known color: Deep Lilac. HEX triplet: AA, 53 and C0. RGB value is (170,83,192). Sum of RGB (Red+Green+Blue) = 170+83+192=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA53C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53C0 is #55AC3F. Grayscale: #797979. Windows color (decimal): -5614656 or 12604330. OLE color: 12604330.
HSL color Cylindrical-coordinate representation of color #AA53C0: hue angle of 287.89º degrees, saturation: 0.46, 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 #AA53C0 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 83 | 192 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.25 |
| HSL | 287.89º | 0.46% | 0.54% | - |
| HSV(B) | 287.89º | 0.57% | 0.75% | - |
| XYZ | 29.19 | 18.54 | 51.91 | - |
| YUV | 121.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 192 | 0.11 | 0.57 | 0 | 0.25 | 287.89 | 0.46 | 0.54 |
| Hex | AA | 53 | C0 | B | 39 | 0 | 19 | 120 | 2E | 36 |
| Octal | 252 | 123 | 300 | 13 | 71 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101010 | 1010011 | 11000000 | 1011 | 111001 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #AA53C0
Complementary color
Monochromatic Colors of #AA53C0
Black with #AA53C0
Text Example
Text Example
White with #AA53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53C0; }
p { color: rgb(170,83,192); }
H1.HeaderClassName
{
color: #AA53C0;
}
.AnyTagClassName
{
color: #AA53C0;
}
</style>
background-color css
<style>
a { background-color: #AA53C0; }
a { background-color: rgb(170,83,192); }
div.DivClassName
{
background-color: #AA53C0;
}
.BgClassName
{
background-color: #AA53C0;
}
</style>
border-color css
<style>
span { border-color: #AA53C0; }
span { border-color: rgb(170,83,192); }
td.TdClassName
{
border-color: #AA53C0;
}
.TagClassName
{
border-color: #AA53C0;
}
</style>