Shades of Deep Lilac #AA58C0
Tints of Deep Lilac #AA58C0
RGB
CMYK
RGB Variations
Color information
#AA58C0 (or 0xAA58C0) is known color: Deep Lilac. HEX triplet: AA, 58 and C0. RGB value is (170,88,192). Sum of RGB (Red+Green+Blue) = 170+88+192=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58C0 is #55A73F. Grayscale: #7C7C7C. Windows color (decimal): -5613376 or 12605610. OLE color: 12605610.
HSL color Cylindrical-coordinate representation of color #AA58C0: hue angle of 287.31º 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 #AA58C0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 88 | 192 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.25 |
| HSL | 287.31º | 0.45% | 0.55% | - |
| HSV(B) | 287.31º | 0.54% | 0.75% | - |
| XYZ | 29.58 | 19.33 | 52.04 | - |
| YUV | 124.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 192 | 0.11 | 0.54 | 0 | 0.25 | 287.31 | 0.45 | 0.55 |
| Hex | AA | 58 | C0 | B | 36 | 0 | 19 | 11F | 2D | 37 |
| Octal | 252 | 130 | 300 | 13 | 66 | 0 | 31 | 437 | 55 | 67 |
| Binary | 10101010 | 1011000 | 11000000 | 1011 | 110110 | 0 | 11001 | 100011111 | 101101 | 110111 |
Color Harmonies of #AA58C0
Complementary color
Monochromatic Colors of #AA58C0
Black with #AA58C0
Text Example
Text Example
White with #AA58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58C0; }
p { color: rgb(170,88,192); }
H1.HeaderClassName
{
color: #AA58C0;
}
.AnyTagClassName
{
color: #AA58C0;
}
</style>
background-color css
<style>
a { background-color: #AA58C0; }
a { background-color: rgb(170,88,192); }
div.DivClassName
{
background-color: #AA58C0;
}
.BgClassName
{
background-color: #AA58C0;
}
</style>
border-color css
<style>
span { border-color: #AA58C0; }
span { border-color: rgb(170,88,192); }
td.TdClassName
{
border-color: #AA58C0;
}
.TagClassName
{
border-color: #AA58C0;
}
</style>