Shades of Deep Lilac #AA6ABB
Tints of Deep Lilac #AA6ABB
RGB
CMYK
RGB Variations
Color information
#AA6ABB (or 0xAA6ABB) is known color: Deep Lilac. HEX triplet: AA, 6A and BB. RGB value is (170,106,187). Sum of RGB (Red+Green+Blue) = 170+106+187=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABB is #559544. Grayscale: #868686. Windows color (decimal): -5608773 or 12282538. OLE color: 12282538.
HSL color Cylindrical-coordinate representation of color #AA6ABB: hue angle of 287.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6ABB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 106 | 187 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.27 |
| HSL | 287.41º | 0.37% | 0.57% | - |
| HSV(B) | 287.41º | 0.43% | 0.73% | - |
| XYZ | 30.7 | 22.44 | 49.73 | - |
| YUV | 134.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 187 | 0.09 | 0.43 | 0 | 0.27 | 287.41 | 0.37 | 0.57 |
| Hex | AA | 6A | BB | 9 | 2B | 0 | 1B | 11F | 25 | 39 |
| Octal | 252 | 152 | 273 | 11 | 53 | 0 | 33 | 437 | 45 | 71 |
| Binary | 10101010 | 1101010 | 10111011 | 1001 | 101011 | 0 | 11011 | 100011111 | 100101 | 111001 |
Color Harmonies of #AA6ABB
Complementary color
Monochromatic Colors of #AA6ABB
Black with #AA6ABB
Text Example
Text Example
White with #AA6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ABB; }
p { color: rgb(170,106,187); }
H1.HeaderClassName
{
color: #AA6ABB;
}
.AnyTagClassName
{
color: #AA6ABB;
}
</style>
background-color css
<style>
a { background-color: #AA6ABB; }
a { background-color: rgb(170,106,187); }
div.DivClassName
{
background-color: #AA6ABB;
}
.BgClassName
{
background-color: #AA6ABB;
}
</style>
border-color css
<style>
span { border-color: #AA6ABB; }
span { border-color: rgb(170,106,187); }
td.TdClassName
{
border-color: #AA6ABB;
}
.TagClassName
{
border-color: #AA6ABB;
}
</style>