Shades of Deep Lilac #AA55C2
Tints of Deep Lilac #AA55C2
RGB
CMYK
RGB Variations
Color information
#AA55C2 (or 0xAA55C2) is known color: Deep Lilac. HEX triplet: AA, 55 and C2. RGB value is (170,85,194). Sum of RGB (Red+Green+Blue) = 170+85+194=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA55C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55C2 is #55AA3D. Grayscale: #7A7A7A. Windows color (decimal): -5614142 or 12735914. OLE color: 12735914.
HSL color Cylindrical-coordinate representation of color #AA55C2: hue angle of 286.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA55C2 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 85 | 194 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.24 |
| HSL | 286.79º | 0.47% | 0.55% | - |
| HSV(B) | 286.79º | 0.56% | 0.76% | - |
| XYZ | 29.56 | 18.94 | 53.14 | - |
| YUV | 122.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 194 | 0.12 | 0.56 | 0 | 0.24 | 286.79 | 0.47 | 0.55 |
| Hex | AA | 55 | C2 | C | 38 | 0 | 18 | 11F | 2F | 37 |
| Octal | 252 | 125 | 302 | 14 | 70 | 0 | 30 | 437 | 57 | 67 |
| Binary | 10101010 | 1010101 | 11000010 | 1100 | 111000 | 0 | 11000 | 100011111 | 101111 | 110111 |
Color Harmonies of #AA55C2
Complementary color
Monochromatic Colors of #AA55C2
Black with #AA55C2
Text Example
Text Example
White with #AA55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55C2; }
p { color: rgb(170,85,194); }
H1.HeaderClassName
{
color: #AA55C2;
}
.AnyTagClassName
{
color: #AA55C2;
}
</style>
background-color css
<style>
a { background-color: #AA55C2; }
a { background-color: rgb(170,85,194); }
div.DivClassName
{
background-color: #AA55C2;
}
.BgClassName
{
background-color: #AA55C2;
}
</style>
border-color css
<style>
span { border-color: #AA55C2; }
span { border-color: rgb(170,85,194); }
td.TdClassName
{
border-color: #AA55C2;
}
.TagClassName
{
border-color: #AA55C2;
}
</style>