Shades of Deep Lilac #AA4DBF
Tints of Deep Lilac #AA4DBF
RGB
CMYK
RGB Variations
Color information
#AA4DBF (or 0xAA4DBF) is known color: Deep Lilac. HEX triplet: AA, 4D and BF. RGB value is (170,77,191). Sum of RGB (Red+Green+Blue) = 170+77+191=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DBF is #55B240. Grayscale: #757575. Windows color (decimal): -5616193 or 12537258. OLE color: 12537258.
HSL color Cylindrical-coordinate representation of color #AA4DBF: hue angle of 288.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4DBF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 77 | 191 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.25 |
| HSL | 288.95º | 0.47% | 0.53% | - |
| HSV(B) | 288.95º | 0.6% | 0.75% | - |
| XYZ | 28.64 | 17.62 | 51.18 | - |
| YUV | 117.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 191 | 0.11 | 0.60 | 0 | 0.25 | 288.95 | 0.47 | 0.53 |
| Hex | AA | 4D | BF | B | 3C | 0 | 19 | 121 | 2F | 35 |
| Octal | 252 | 115 | 277 | 13 | 74 | 0 | 31 | 441 | 57 | 65 |
| Binary | 10101010 | 1001101 | 10111111 | 1011 | 111100 | 0 | 11001 | 100100001 | 101111 | 110101 |
Color Harmonies of #AA4DBF
Complementary color
Monochromatic Colors of #AA4DBF
Black with #AA4DBF
Text Example
Text Example
White with #AA4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DBF; }
p { color: rgb(170,77,191); }
H1.HeaderClassName
{
color: #AA4DBF;
}
.AnyTagClassName
{
color: #AA4DBF;
}
</style>
background-color css
<style>
a { background-color: #AA4DBF; }
a { background-color: rgb(170,77,191); }
div.DivClassName
{
background-color: #AA4DBF;
}
.BgClassName
{
background-color: #AA4DBF;
}
</style>
border-color css
<style>
span { border-color: #AA4DBF; }
span { border-color: rgb(170,77,191); }
td.TdClassName
{
border-color: #AA4DBF;
}
.TagClassName
{
border-color: #AA4DBF;
}
</style>