Shades of Deep Lilac #AA55BE
Tints of Deep Lilac #AA55BE
RGB
CMYK
RGB Variations
Color information
#AA55BE (or 0xAA55BE) is known color: Deep Lilac. HEX triplet: AA, 55 and BE. RGB value is (170,85,190). Sum of RGB (Red+Green+Blue) = 170+85+190=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55BE is #55AA41. Grayscale: #7A7A7A. Windows color (decimal): -5614146 or 12473770. OLE color: 12473770.
HSL color Cylindrical-coordinate representation of color #AA55BE: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA55BE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 85 | 190 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.25 |
| HSL | 288.57º | 0.45% | 0.54% | - |
| HSV(B) | 288.57º | 0.55% | 0.75% | - |
| XYZ | 29.12 | 18.76 | 50.8 | - |
| YUV | 122.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 190 | 0.11 | 0.55 | 0 | 0.25 | 288.57 | 0.45 | 0.54 |
| Hex | AA | 55 | BE | B | 37 | 0 | 19 | 121 | 2D | 36 |
| Octal | 252 | 125 | 276 | 13 | 67 | 0 | 31 | 441 | 55 | 66 |
| Binary | 10101010 | 1010101 | 10111110 | 1011 | 110111 | 0 | 11001 | 100100001 | 101101 | 110110 |
Color Harmonies of #AA55BE
Complementary color
Monochromatic Colors of #AA55BE
Black with #AA55BE
Text Example
Text Example
White with #AA55BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55BE; }
p { color: rgb(170,85,190); }
H1.HeaderClassName
{
color: #AA55BE;
}
.AnyTagClassName
{
color: #AA55BE;
}
</style>
background-color css
<style>
a { background-color: #AA55BE; }
a { background-color: rgb(170,85,190); }
div.DivClassName
{
background-color: #AA55BE;
}
.BgClassName
{
background-color: #AA55BE;
}
</style>
border-color css
<style>
span { border-color: #AA55BE; }
span { border-color: rgb(170,85,190); }
td.TdClassName
{
border-color: #AA55BE;
}
.TagClassName
{
border-color: #AA55BE;
}
</style>