Shades of Deep Lilac #AA6DB9
Tints of Deep Lilac #AA6DB9
RGB
CMYK
RGB Variations
Color information
#AA6DB9 (or 0xAA6DB9) is known color: Deep Lilac. HEX triplet: AA, 6D and B9. RGB value is (170,109,185). Sum of RGB (Red+Green+Blue) = 170+109+185=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA6DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB9 is #559246. Grayscale: #878787. Windows color (decimal): -5608007 or 12152234. OLE color: 12152234.
HSL color Cylindrical-coordinate representation of color #AA6DB9: hue angle of 288.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6DB9 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 109 | 185 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.27 |
| HSL | 288.16º | 0.35% | 0.58% | - |
| HSV(B) | 288.16º | 0.41% | 0.73% | - |
| XYZ | 30.8 | 22.99 | 48.71 | - |
| YUV | 135.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 185 | 0.08 | 0.41 | 0 | 0.27 | 288.16 | 0.35 | 0.58 |
| Hex | AA | 6D | B9 | 8 | 29 | 0 | 1B | 120 | 23 | 3A |
| Octal | 252 | 155 | 271 | 10 | 51 | 0 | 33 | 440 | 43 | 72 |
| Binary | 10101010 | 1101101 | 10111001 | 1000 | 101001 | 0 | 11011 | 100100000 | 100011 | 111010 |
Color Harmonies of #AA6DB9
Complementary color
Monochromatic Colors of #AA6DB9
Black with #AA6DB9
Text Example
Text Example
White with #AA6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DB9; }
p { color: rgb(170,109,185); }
H1.HeaderClassName
{
color: #AA6DB9;
}
.AnyTagClassName
{
color: #AA6DB9;
}
</style>
background-color css
<style>
a { background-color: #AA6DB9; }
a { background-color: rgb(170,109,185); }
div.DivClassName
{
background-color: #AA6DB9;
}
.BgClassName
{
background-color: #AA6DB9;
}
</style>
border-color css
<style>
span { border-color: #AA6DB9; }
span { border-color: rgb(170,109,185); }
td.TdClassName
{
border-color: #AA6DB9;
}
.TagClassName
{
border-color: #AA6DB9;
}
</style>