Shades of Deep Lilac #AA41BE
Tints of Deep Lilac #AA41BE
RGB
CMYK
RGB Variations
Color information
#AA41BE (or 0xAA41BE) is known color: Deep Lilac. HEX triplet: AA, 41 and BE. RGB value is (170,65,190). Sum of RGB (Red+Green+Blue) = 170+65+190=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41BE is #55BE41. Grayscale: #6E6E6E. Windows color (decimal): -5619266 or 12468650. OLE color: 12468650.
HSL color Cylindrical-coordinate representation of color #AA41BE: hue angle of 290.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA41BE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 65 | 190 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.25 |
| HSL | 290.4º | 0.49% | 0.5% | - |
| HSV(B) | 290.4º | 0.66% | 0.75% | - |
| XYZ | 27.76 | 16.04 | 50.35 | - |
| YUV | 110.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 190 | 0.11 | 0.66 | 0 | 0.25 | 290.4 | 0.49 | 0.5 |
| Hex | AA | 41 | BE | B | 42 | 0 | 19 | 122 | 31 | 32 |
| Octal | 252 | 101 | 276 | 13 | 102 | 0 | 31 | 442 | 61 | 62 |
| Binary | 10101010 | 1000001 | 10111110 | 1011 | 1000010 | 0 | 11001 | 100100010 | 110001 | 110010 |
Color Harmonies of #AA41BE
Complementary color
Monochromatic Colors of #AA41BE
Black with #AA41BE
Text Example
Text Example
White with #AA41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41BE; }
p { color: rgb(170,65,190); }
H1.HeaderClassName
{
color: #AA41BE;
}
.AnyTagClassName
{
color: #AA41BE;
}
</style>
background-color css
<style>
a { background-color: #AA41BE; }
a { background-color: rgb(170,65,190); }
div.DivClassName
{
background-color: #AA41BE;
}
.BgClassName
{
background-color: #AA41BE;
}
</style>
border-color css
<style>
span { border-color: #AA41BE; }
span { border-color: rgb(170,65,190); }
td.TdClassName
{
border-color: #AA41BE;
}
.TagClassName
{
border-color: #AA41BE;
}
</style>