Shades of Deep Lilac #AA41BC
Tints of Deep Lilac #AA41BC
RGB
CMYK
RGB Variations
Color information
#AA41BC (or 0xAA41BC) is known color: Deep Lilac. HEX triplet: AA, 41 and BC. RGB value is (170,65,188). Sum of RGB (Red+Green+Blue) = 170+65+188=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA41BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41BC is #55BE43. Grayscale: #6E6E6E. Windows color (decimal): -5619268 or 12337578. OLE color: 12337578.
HSL color Cylindrical-coordinate representation of color #AA41BC: hue angle of 291.22º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA41BC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 65 | 188 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.26 |
| HSL | 291.22º | 0.49% | 0.5% | - |
| HSV(B) | 291.22º | 0.65% | 0.74% | - |
| XYZ | 27.54 | 15.96 | 49.21 | - |
| YUV | 110.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 188 | 0.10 | 0.65 | 0 | 0.26 | 291.22 | 0.49 | 0.5 |
| Hex | AA | 41 | BC | A | 41 | 0 | 1A | 123 | 31 | 32 |
| Octal | 252 | 101 | 274 | 12 | 101 | 0 | 32 | 443 | 61 | 62 |
| Binary | 10101010 | 1000001 | 10111100 | 1010 | 1000001 | 0 | 11010 | 100100011 | 110001 | 110010 |
Color Harmonies of #AA41BC
Complementary color
Monochromatic Colors of #AA41BC
Black with #AA41BC
Text Example
Text Example
White with #AA41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41BC; }
p { color: rgb(170,65,188); }
H1.HeaderClassName
{
color: #AA41BC;
}
.AnyTagClassName
{
color: #AA41BC;
}
</style>
background-color css
<style>
a { background-color: #AA41BC; }
a { background-color: rgb(170,65,188); }
div.DivClassName
{
background-color: #AA41BC;
}
.BgClassName
{
background-color: #AA41BC;
}
</style>
border-color css
<style>
span { border-color: #AA41BC; }
span { border-color: rgb(170,65,188); }
td.TdClassName
{
border-color: #AA41BC;
}
.TagClassName
{
border-color: #AA41BC;
}
</style>