Shades of Deep Lilac #AA40BB
Tints of Deep Lilac #AA40BB
RGB
CMYK
RGB Variations
Color information
#AA40BB (or 0xAA40BB) is known color: Deep Lilac. HEX triplet: AA, 40 and BB. RGB value is (170,64,187). Sum of RGB (Red+Green+Blue) = 170+64+187=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40BB is #55BF44. Grayscale: #6D6D6D. Windows color (decimal): -5619525 or 12271786. OLE color: 12271786.
HSL color Cylindrical-coordinate representation of color #AA40BB: hue angle of 291.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA40BB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 64 | 187 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.27 |
| HSL | 291.71º | 0.49% | 0.49% | - |
| HSV(B) | 291.71º | 0.66% | 0.73% | - |
| XYZ | 27.38 | 15.8 | 48.62 | - |
| YUV | 109.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 187 | 0.09 | 0.66 | 0 | 0.27 | 291.71 | 0.49 | 0.49 |
| Hex | AA | 40 | BB | 9 | 42 | 0 | 1B | 124 | 31 | 31 |
| Octal | 252 | 100 | 273 | 11 | 102 | 0 | 33 | 444 | 61 | 61 |
| Binary | 10101010 | 1000000 | 10111011 | 1001 | 1000010 | 0 | 11011 | 100100100 | 110001 | 110001 |
Color Harmonies of #AA40BB
Complementary color
Monochromatic Colors of #AA40BB
Black with #AA40BB
Text Example
Text Example
White with #AA40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40BB; }
p { color: rgb(170,64,187); }
H1.HeaderClassName
{
color: #AA40BB;
}
.AnyTagClassName
{
color: #AA40BB;
}
</style>
background-color css
<style>
a { background-color: #AA40BB; }
a { background-color: rgb(170,64,187); }
div.DivClassName
{
background-color: #AA40BB;
}
.BgClassName
{
background-color: #AA40BB;
}
</style>
border-color css
<style>
span { border-color: #AA40BB; }
span { border-color: rgb(170,64,187); }
td.TdClassName
{
border-color: #AA40BB;
}
.TagClassName
{
border-color: #AA40BB;
}
</style>