Shades of Deep Lilac #AA42BB
Tints of Deep Lilac #AA42BB
RGB
CMYK
RGB Variations
Color information
#AA42BB (or 0xAA42BB) is known color: Deep Lilac. HEX triplet: AA, 42 and BB. RGB value is (170,66,187). Sum of RGB (Red+Green+Blue) = 170+66+187=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA42BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42BB is #55BD44. Grayscale: #6E6E6E. Windows color (decimal): -5619013 or 12272298. OLE color: 12272298.
HSL color Cylindrical-coordinate representation of color #AA42BB: hue angle of 291.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA42BB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 66 | 187 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.27 |
| HSL | 291.57º | 0.48% | 0.5% | - |
| HSV(B) | 291.57º | 0.65% | 0.73% | - |
| XYZ | 27.5 | 16.03 | 48.66 | - |
| YUV | 110.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 187 | 0.09 | 0.65 | 0 | 0.27 | 291.57 | 0.48 | 0.5 |
| Hex | AA | 42 | BB | 9 | 41 | 0 | 1B | 124 | 30 | 32 |
| Octal | 252 | 102 | 273 | 11 | 101 | 0 | 33 | 444 | 60 | 62 |
| Binary | 10101010 | 1000010 | 10111011 | 1001 | 1000001 | 0 | 11011 | 100100100 | 110000 | 110010 |
Color Harmonies of #AA42BB
Complementary color
Monochromatic Colors of #AA42BB
Black with #AA42BB
Text Example
Text Example
White with #AA42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42BB; }
p { color: rgb(170,66,187); }
H1.HeaderClassName
{
color: #AA42BB;
}
.AnyTagClassName
{
color: #AA42BB;
}
</style>
background-color css
<style>
a { background-color: #AA42BB; }
a { background-color: rgb(170,66,187); }
div.DivClassName
{
background-color: #AA42BB;
}
.BgClassName
{
background-color: #AA42BB;
}
</style>
border-color css
<style>
span { border-color: #AA42BB; }
span { border-color: rgb(170,66,187); }
td.TdClassName
{
border-color: #AA42BB;
}
.TagClassName
{
border-color: #AA42BB;
}
</style>