Shades of Deep Lilac #AA4DBC
Tints of Deep Lilac #AA4DBC
RGB
CMYK
RGB Variations
Color information
#AA4DBC (or 0xAA4DBC) is known color: Deep Lilac. HEX triplet: AA, 4D and BC. RGB value is (170,77,188). Sum of RGB (Red+Green+Blue) = 170+77+188=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DBC is #55B243. Grayscale: #757575. Windows color (decimal): -5616196 or 12340650. OLE color: 12340650.
HSL color Cylindrical-coordinate representation of color #AA4DBC: hue angle of 290.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4DBC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 77 | 188 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.26 |
| HSL | 290.27º | 0.45% | 0.52% | - |
| HSV(B) | 290.27º | 0.59% | 0.74% | - |
| XYZ | 28.31 | 17.48 | 49.46 | - |
| YUV | 117.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 188 | 0.10 | 0.59 | 0 | 0.26 | 290.27 | 0.45 | 0.52 |
| Hex | AA | 4D | BC | A | 3B | 0 | 1A | 122 | 2D | 34 |
| Octal | 252 | 115 | 274 | 12 | 73 | 0 | 32 | 442 | 55 | 64 |
| Binary | 10101010 | 1001101 | 10111100 | 1010 | 111011 | 0 | 11010 | 100100010 | 101101 | 110100 |
Color Harmonies of #AA4DBC
Complementary color
Monochromatic Colors of #AA4DBC
Black with #AA4DBC
Text Example
Text Example
White with #AA4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DBC; }
p { color: rgb(170,77,188); }
H1.HeaderClassName
{
color: #AA4DBC;
}
.AnyTagClassName
{
color: #AA4DBC;
}
</style>
background-color css
<style>
a { background-color: #AA4DBC; }
a { background-color: rgb(170,77,188); }
div.DivClassName
{
background-color: #AA4DBC;
}
.BgClassName
{
background-color: #AA4DBC;
}
</style>
border-color css
<style>
span { border-color: #AA4DBC; }
span { border-color: rgb(170,77,188); }
td.TdClassName
{
border-color: #AA4DBC;
}
.TagClassName
{
border-color: #AA4DBC;
}
</style>