Shades of Deep Lilac #AA55C0
Tints of Deep Lilac #AA55C0
RGB
CMYK
RGB Variations
Color information
#AA55C0 (or 0xAA55C0) is known color: Deep Lilac. HEX triplet: AA, 55 and C0. RGB value is (170,85,192). Sum of RGB (Red+Green+Blue) = 170+85+192=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55C0 is #55AA3F. Grayscale: #7A7A7A. Windows color (decimal): -5614144 or 12604842. OLE color: 12604842.
HSL color Cylindrical-coordinate representation of color #AA55C0: hue angle of 287.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA55C0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 85 | 192 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.25 |
| HSL | 287.66º | 0.46% | 0.54% | - |
| HSV(B) | 287.66º | 0.56% | 0.75% | - |
| XYZ | 29.34 | 18.85 | 51.96 | - |
| YUV | 122.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 192 | 0.11 | 0.56 | 0 | 0.25 | 287.66 | 0.46 | 0.54 |
| Hex | AA | 55 | C0 | B | 38 | 0 | 19 | 120 | 2E | 36 |
| Octal | 252 | 125 | 300 | 13 | 70 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101010 | 1010101 | 11000000 | 1011 | 111000 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #AA55C0
Complementary color
Monochromatic Colors of #AA55C0
Black with #AA55C0
Text Example
Text Example
White with #AA55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55C0; }
p { color: rgb(170,85,192); }
H1.HeaderClassName
{
color: #AA55C0;
}
.AnyTagClassName
{
color: #AA55C0;
}
</style>
background-color css
<style>
a { background-color: #AA55C0; }
a { background-color: rgb(170,85,192); }
div.DivClassName
{
background-color: #AA55C0;
}
.BgClassName
{
background-color: #AA55C0;
}
</style>
border-color css
<style>
span { border-color: #AA55C0; }
span { border-color: rgb(170,85,192); }
td.TdClassName
{
border-color: #AA55C0;
}
.TagClassName
{
border-color: #AA55C0;
}
</style>