Shades of Deep Lilac #AA5DBC
Tints of Deep Lilac #AA5DBC
RGB
CMYK
RGB Variations
Color information
#AA5DBC (or 0xAA5DBC) is known color: Deep Lilac. HEX triplet: AA, 5D and BC. RGB value is (170,93,188). Sum of RGB (Red+Green+Blue) = 170+93+188=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DBC is #55A243. Grayscale: #7E7E7E. Windows color (decimal): -5612100 or 12344746. OLE color: 12344746.
HSL color Cylindrical-coordinate representation of color #AA5DBC: hue angle of 288.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5DBC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 93 | 188 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.26 |
| HSL | 288.63º | 0.41% | 0.55% | - |
| HSV(B) | 288.63º | 0.51% | 0.74% | - |
| XYZ | 29.57 | 20.01 | 49.88 | - |
| YUV | 126.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 188 | 0.10 | 0.51 | 0 | 0.26 | 288.63 | 0.41 | 0.55 |
| Hex | AA | 5D | BC | A | 33 | 0 | 1A | 121 | 29 | 37 |
| Octal | 252 | 135 | 274 | 12 | 63 | 0 | 32 | 441 | 51 | 67 |
| Binary | 10101010 | 1011101 | 10111100 | 1010 | 110011 | 0 | 11010 | 100100001 | 101001 | 110111 |
Color Harmonies of #AA5DBC
Complementary color
Monochromatic Colors of #AA5DBC
Black with #AA5DBC
Text Example
Text Example
White with #AA5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DBC; }
p { color: rgb(170,93,188); }
H1.HeaderClassName
{
color: #AA5DBC;
}
.AnyTagClassName
{
color: #AA5DBC;
}
</style>
background-color css
<style>
a { background-color: #AA5DBC; }
a { background-color: rgb(170,93,188); }
div.DivClassName
{
background-color: #AA5DBC;
}
.BgClassName
{
background-color: #AA5DBC;
}
</style>
border-color css
<style>
span { border-color: #AA5DBC; }
span { border-color: rgb(170,93,188); }
td.TdClassName
{
border-color: #AA5DBC;
}
.TagClassName
{
border-color: #AA5DBC;
}
</style>