Shades of Deep Lilac #AA6DBE
Tints of Deep Lilac #AA6DBE
RGB
CMYK
RGB Variations
Color information
#AA6DBE (or 0xAA6DBE) is known color: Deep Lilac. HEX triplet: AA, 6D and BE. RGB value is (170,109,190). Sum of RGB (Red+Green+Blue) = 170+109+190=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBE is #559241. Grayscale: #888888. Windows color (decimal): -5608002 or 12479914. OLE color: 12479914.
HSL color Cylindrical-coordinate representation of color #AA6DBE: hue angle of 285.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6DBE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 109 | 190 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.25 |
| HSL | 285.19º | 0.38% | 0.59% | - |
| HSV(B) | 285.19º | 0.43% | 0.75% | - |
| XYZ | 31.34 | 23.2 | 51.54 | - |
| YUV | 136.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 190 | 0.11 | 0.43 | 0 | 0.25 | 285.19 | 0.38 | 0.59 |
| Hex | AA | 6D | BE | B | 2B | 0 | 19 | 11D | 26 | 3B |
| Octal | 252 | 155 | 276 | 13 | 53 | 0 | 31 | 435 | 46 | 73 |
| Binary | 10101010 | 1101101 | 10111110 | 1011 | 101011 | 0 | 11001 | 100011101 | 100110 | 111011 |
Color Harmonies of #AA6DBE
Complementary color
Monochromatic Colors of #AA6DBE
Black with #AA6DBE
Text Example
Text Example
White with #AA6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DBE; }
p { color: rgb(170,109,190); }
H1.HeaderClassName
{
color: #AA6DBE;
}
.AnyTagClassName
{
color: #AA6DBE;
}
</style>
background-color css
<style>
a { background-color: #AA6DBE; }
a { background-color: rgb(170,109,190); }
div.DivClassName
{
background-color: #AA6DBE;
}
.BgClassName
{
background-color: #AA6DBE;
}
</style>
border-color css
<style>
span { border-color: #AA6DBE; }
span { border-color: rgb(170,109,190); }
td.TdClassName
{
border-color: #AA6DBE;
}
.TagClassName
{
border-color: #AA6DBE;
}
</style>