Shades of Deep Lilac #AA6DBC
Tints of Deep Lilac #AA6DBC
RGB
CMYK
RGB Variations
Color information
#AA6DBC (or 0xAA6DBC) is known color: Deep Lilac. HEX triplet: AA, 6D and BC. RGB value is (170,109,188). Sum of RGB (Red+Green+Blue) = 170+109+188=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA6DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBC is #559243. Grayscale: #878787. Windows color (decimal): -5608004 or 12348842. OLE color: 12348842.
HSL color Cylindrical-coordinate representation of color #AA6DBC: hue angle of 286.33º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6DBC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 109 | 188 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.26 |
| HSL | 286.33º | 0.37% | 0.58% | - |
| HSV(B) | 286.33º | 0.42% | 0.74% | - |
| XYZ | 31.12 | 23.11 | 50.4 | - |
| YUV | 136.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 188 | 0.10 | 0.42 | 0 | 0.26 | 286.33 | 0.37 | 0.58 |
| Hex | AA | 6D | BC | A | 2A | 0 | 1A | 11E | 25 | 3A |
| Octal | 252 | 155 | 274 | 12 | 52 | 0 | 32 | 436 | 45 | 72 |
| Binary | 10101010 | 1101101 | 10111100 | 1010 | 101010 | 0 | 11010 | 100011110 | 100101 | 111010 |
Color Harmonies of #AA6DBC
Complementary color
Monochromatic Colors of #AA6DBC
Black with #AA6DBC
Text Example
Text Example
White with #AA6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DBC; }
p { color: rgb(170,109,188); }
H1.HeaderClassName
{
color: #AA6DBC;
}
.AnyTagClassName
{
color: #AA6DBC;
}
</style>
background-color css
<style>
a { background-color: #AA6DBC; }
a { background-color: rgb(170,109,188); }
div.DivClassName
{
background-color: #AA6DBC;
}
.BgClassName
{
background-color: #AA6DBC;
}
</style>
border-color css
<style>
span { border-color: #AA6DBC; }
span { border-color: rgb(170,109,188); }
td.TdClassName
{
border-color: #AA6DBC;
}
.TagClassName
{
border-color: #AA6DBC;
}
</style>