Shades of Deep Lilac #AA55C5
Tints of Deep Lilac #AA55C5
RGB
CMYK
RGB Variations
Color information
#AA55C5 (or 0xAA55C5) is known color: Deep Lilac. HEX triplet: AA, 55 and C5. RGB value is (170,85,197). Sum of RGB (Red+Green+Blue) = 170+85+197=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA55C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55C5 is #55AA3A. Grayscale: #7A7A7A. Windows color (decimal): -5614139 or 12932522. OLE color: 12932522.
HSL color Cylindrical-coordinate representation of color #AA55C5: hue angle of 285.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA55C5 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 85 | 197 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.23 |
| HSL | 285.54º | 0.49% | 0.55% | - |
| HSV(B) | 285.54º | 0.57% | 0.77% | - |
| XYZ | 29.9 | 19.07 | 54.93 | - |
| YUV | 123.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 197 | 0.14 | 0.57 | 0 | 0.23 | 285.54 | 0.49 | 0.55 |
| Hex | AA | 55 | C5 | E | 39 | 0 | 17 | 11E | 31 | 37 |
| Octal | 252 | 125 | 305 | 16 | 71 | 0 | 27 | 436 | 61 | 67 |
| Binary | 10101010 | 1010101 | 11000101 | 1110 | 111001 | 0 | 10111 | 100011110 | 110001 | 110111 |
Color Harmonies of #AA55C5
Complementary color
Monochromatic Colors of #AA55C5
Black with #AA55C5
Text Example
Text Example
White with #AA55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55C5; }
p { color: rgb(170,85,197); }
H1.HeaderClassName
{
color: #AA55C5;
}
.AnyTagClassName
{
color: #AA55C5;
}
</style>
background-color css
<style>
a { background-color: #AA55C5; }
a { background-color: rgb(170,85,197); }
div.DivClassName
{
background-color: #AA55C5;
}
.BgClassName
{
background-color: #AA55C5;
}
</style>
border-color css
<style>
span { border-color: #AA55C5; }
span { border-color: rgb(170,85,197); }
td.TdClassName
{
border-color: #AA55C5;
}
.TagClassName
{
border-color: #AA55C5;
}
</style>