Shades of Deep Lilac #AA4DBE
Tints of Deep Lilac #AA4DBE
RGB
CMYK
RGB Variations
Color information
#AA4DBE (or 0xAA4DBE) is known color: Deep Lilac. HEX triplet: AA, 4D and BE. RGB value is (170,77,190). Sum of RGB (Red+Green+Blue) = 170+77+190=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DBE is #55B241. Grayscale: #757575. Windows color (decimal): -5616194 or 12471722. OLE color: 12471722.
HSL color Cylindrical-coordinate representation of color #AA4DBE: hue angle of 289.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4DBE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 77 | 190 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.25 |
| HSL | 289.38º | 0.47% | 0.52% | - |
| HSV(B) | 289.38º | 0.59% | 0.75% | - |
| XYZ | 28.53 | 17.57 | 50.6 | - |
| YUV | 117.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 190 | 0.11 | 0.59 | 0 | 0.25 | 289.38 | 0.47 | 0.52 |
| Hex | AA | 4D | BE | B | 3B | 0 | 19 | 121 | 2F | 34 |
| Octal | 252 | 115 | 276 | 13 | 73 | 0 | 31 | 441 | 57 | 64 |
| Binary | 10101010 | 1001101 | 10111110 | 1011 | 111011 | 0 | 11001 | 100100001 | 101111 | 110100 |
Color Harmonies of #AA4DBE
Complementary color
Monochromatic Colors of #AA4DBE
Black with #AA4DBE
Text Example
Text Example
White with #AA4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DBE; }
p { color: rgb(170,77,190); }
H1.HeaderClassName
{
color: #AA4DBE;
}
.AnyTagClassName
{
color: #AA4DBE;
}
</style>
background-color css
<style>
a { background-color: #AA4DBE; }
a { background-color: rgb(170,77,190); }
div.DivClassName
{
background-color: #AA4DBE;
}
.BgClassName
{
background-color: #AA4DBE;
}
</style>
border-color css
<style>
span { border-color: #AA4DBE; }
span { border-color: rgb(170,77,190); }
td.TdClassName
{
border-color: #AA4DBE;
}
.TagClassName
{
border-color: #AA4DBE;
}
</style>