Shades of Deep Lilac #AA51C0
Tints of Deep Lilac #AA51C0
RGB
CMYK
RGB Variations
Color information
#AA51C0 (or 0xAA51C0) is known color: Deep Lilac. HEX triplet: AA, 51 and C0. RGB value is (170,81,192). Sum of RGB (Red+Green+Blue) = 170+81+192=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA51C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51C0 is #55AE3F. Grayscale: #777777. Windows color (decimal): -5615168 or 12603818. OLE color: 12603818.
HSL color Cylindrical-coordinate representation of color #AA51C0: hue angle of 288.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA51C0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 81 | 192 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.25 |
| HSL | 288.11º | 0.47% | 0.54% | - |
| HSV(B) | 288.11º | 0.58% | 0.75% | - |
| XYZ | 29.03 | 18.24 | 51.86 | - |
| YUV | 120.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 192 | 0.11 | 0.58 | 0 | 0.25 | 288.11 | 0.47 | 0.54 |
| Hex | AA | 51 | C0 | B | 3A | 0 | 19 | 120 | 2F | 36 |
| Octal | 252 | 121 | 300 | 13 | 72 | 0 | 31 | 440 | 57 | 66 |
| Binary | 10101010 | 1010001 | 11000000 | 1011 | 111010 | 0 | 11001 | 100100000 | 101111 | 110110 |
Color Harmonies of #AA51C0
Complementary color
Monochromatic Colors of #AA51C0
Black with #AA51C0
Text Example
Text Example
White with #AA51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51C0; }
p { color: rgb(170,81,192); }
H1.HeaderClassName
{
color: #AA51C0;
}
.AnyTagClassName
{
color: #AA51C0;
}
</style>
background-color css
<style>
a { background-color: #AA51C0; }
a { background-color: rgb(170,81,192); }
div.DivClassName
{
background-color: #AA51C0;
}
.BgClassName
{
background-color: #AA51C0;
}
</style>
border-color css
<style>
span { border-color: #AA51C0; }
span { border-color: rgb(170,81,192); }
td.TdClassName
{
border-color: #AA51C0;
}
.TagClassName
{
border-color: #AA51C0;
}
</style>