Shades of Deep Lilac #AA4DB4
Tints of Deep Lilac #AA4DB4
RGB
CMYK
RGB Variations
Color information
#AA4DB4 (or 0xAA4DB4) is known color: Deep Lilac. HEX triplet: AA, 4D and B4. RGB value is (170,77,180). Sum of RGB (Red+Green+Blue) = 170+77+180=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA4DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DB4 is #55B24B. Grayscale: #747474. Windows color (decimal): -5616204 or 11816362. OLE color: 11816362.
HSL color Cylindrical-coordinate representation of color #AA4DB4: hue angle of 294.17º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4DB4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 77 | 180 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.29 |
| HSL | 294.17º | 0.41% | 0.5% | - |
| HSV(B) | 294.17º | 0.57% | 0.71% | - |
| XYZ | 27.47 | 17.15 | 45.04 | - |
| YUV | 116.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 180 | 0.06 | 0.57 | 0 | 0.29 | 294.17 | 0.41 | 0.5 |
| Hex | AA | 4D | B4 | 6 | 39 | 0 | 1D | 126 | 29 | 32 |
| Octal | 252 | 115 | 264 | 6 | 71 | 0 | 35 | 446 | 51 | 62 |
| Binary | 10101010 | 1001101 | 10110100 | 110 | 111001 | 0 | 11101 | 100100110 | 101001 | 110010 |
Color Harmonies of #AA4DB4
Complementary color
Monochromatic Colors of #AA4DB4
Black with #AA4DB4
Text Example
Text Example
White with #AA4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DB4; }
p { color: rgb(170,77,180); }
H1.HeaderClassName
{
color: #AA4DB4;
}
.AnyTagClassName
{
color: #AA4DB4;
}
</style>
background-color css
<style>
a { background-color: #AA4DB4; }
a { background-color: rgb(170,77,180); }
div.DivClassName
{
background-color: #AA4DB4;
}
.BgClassName
{
background-color: #AA4DB4;
}
</style>
border-color css
<style>
span { border-color: #AA4DB4; }
span { border-color: rgb(170,77,180); }
td.TdClassName
{
border-color: #AA4DB4;
}
.TagClassName
{
border-color: #AA4DB4;
}
</style>