Shades of Deep Lilac #AA4DB8
Tints of Deep Lilac #AA4DB8
RGB
CMYK
RGB Variations
Color information
#AA4DB8 (or 0xAA4DB8) is known color: Deep Lilac. HEX triplet: AA, 4D and B8. RGB value is (170,77,184). Sum of RGB (Red+Green+Blue) = 170+77+184=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DB8 is #55B247. Grayscale: #747474. Windows color (decimal): -5616200 or 12078506. OLE color: 12078506.
HSL color Cylindrical-coordinate representation of color #AA4DB8: hue angle of 292.15º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4DB8 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 77 | 184 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.28 |
| HSL | 292.15º | 0.43% | 0.51% | - |
| HSV(B) | 292.15º | 0.58% | 0.72% | - |
| XYZ | 27.88 | 17.31 | 47.22 | - |
| YUV | 117.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 184 | 0.08 | 0.58 | 0 | 0.28 | 292.15 | 0.43 | 0.51 |
| Hex | AA | 4D | B8 | 8 | 3A | 0 | 1C | 124 | 2B | 33 |
| Octal | 252 | 115 | 270 | 10 | 72 | 0 | 34 | 444 | 53 | 63 |
| Binary | 10101010 | 1001101 | 10111000 | 1000 | 111010 | 0 | 11100 | 100100100 | 101011 | 110011 |
Color Harmonies of #AA4DB8
Complementary color
Monochromatic Colors of #AA4DB8
Black with #AA4DB8
Text Example
Text Example
White with #AA4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DB8; }
p { color: rgb(170,77,184); }
H1.HeaderClassName
{
color: #AA4DB8;
}
.AnyTagClassName
{
color: #AA4DB8;
}
</style>
background-color css
<style>
a { background-color: #AA4DB8; }
a { background-color: rgb(170,77,184); }
div.DivClassName
{
background-color: #AA4DB8;
}
.BgClassName
{
background-color: #AA4DB8;
}
</style>
border-color css
<style>
span { border-color: #AA4DB8; }
span { border-color: rgb(170,77,184); }
td.TdClassName
{
border-color: #AA4DB8;
}
.TagClassName
{
border-color: #AA4DB8;
}
</style>