Shades of Deep Lilac #AA49BE
Tints of Deep Lilac #AA49BE
RGB
CMYK
RGB Variations
Color information
#AA49BE (or 0xAA49BE) is known color: Deep Lilac. HEX triplet: AA, 49 and BE. RGB value is (170,73,190). Sum of RGB (Red+Green+Blue) = 170+73+190=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49BE is #55B641. Grayscale: #727272. Windows color (decimal): -5617218 or 12470698. OLE color: 12470698.
HSL color Cylindrical-coordinate representation of color #AA49BE: hue angle of 289.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA49BE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 73 | 190 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.25 |
| HSL | 289.74º | 0.47% | 0.52% | - |
| HSV(B) | 289.74º | 0.62% | 0.75% | - |
| XYZ | 28.25 | 17.03 | 50.51 | - |
| YUV | 115.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 190 | 0.11 | 0.62 | 0 | 0.25 | 289.74 | 0.47 | 0.52 |
| Hex | AA | 49 | BE | B | 3E | 0 | 19 | 122 | 2F | 34 |
| Octal | 252 | 111 | 276 | 13 | 76 | 0 | 31 | 442 | 57 | 64 |
| Binary | 10101010 | 1001001 | 10111110 | 1011 | 111110 | 0 | 11001 | 100100010 | 101111 | 110100 |
Color Harmonies of #AA49BE
Complementary color
Monochromatic Colors of #AA49BE
Black with #AA49BE
Text Example
Text Example
White with #AA49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49BE; }
p { color: rgb(170,73,190); }
H1.HeaderClassName
{
color: #AA49BE;
}
.AnyTagClassName
{
color: #AA49BE;
}
</style>
background-color css
<style>
a { background-color: #AA49BE; }
a { background-color: rgb(170,73,190); }
div.DivClassName
{
background-color: #AA49BE;
}
.BgClassName
{
background-color: #AA49BE;
}
</style>
border-color css
<style>
span { border-color: #AA49BE; }
span { border-color: rgb(170,73,190); }
td.TdClassName
{
border-color: #AA49BE;
}
.TagClassName
{
border-color: #AA49BE;
}
</style>