Shades of Deep Lilac #AA53B7
Tints of Deep Lilac #AA53B7
RGB
CMYK
RGB Variations
Color information
#AA53B7 (or 0xAA53B7) is known color: Deep Lilac. HEX triplet: AA, 53 and B7. RGB value is (170,83,183). Sum of RGB (Red+Green+Blue) = 170+83+183=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA53B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53B7 is #55AC48. Grayscale: #787878. Windows color (decimal): -5614665 or 12014506. OLE color: 12014506.
HSL color Cylindrical-coordinate representation of color #AA53B7: hue angle of 292.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA53B7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 83 | 183 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.28 |
| HSL | 292.2º | 0.41% | 0.52% | - |
| HSV(B) | 292.2º | 0.55% | 0.72% | - |
| XYZ | 28.22 | 18.15 | 46.82 | - |
| YUV | 120.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 183 | 0.07 | 0.55 | 0 | 0.28 | 292.2 | 0.41 | 0.52 |
| Hex | AA | 53 | B7 | 7 | 37 | 0 | 1C | 124 | 29 | 34 |
| Octal | 252 | 123 | 267 | 7 | 67 | 0 | 34 | 444 | 51 | 64 |
| Binary | 10101010 | 1010011 | 10110111 | 111 | 110111 | 0 | 11100 | 100100100 | 101001 | 110100 |
Color Harmonies of #AA53B7
Complementary color
Monochromatic Colors of #AA53B7
Black with #AA53B7
Text Example
Text Example
White with #AA53B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53B7; }
p { color: rgb(170,83,183); }
H1.HeaderClassName
{
color: #AA53B7;
}
.AnyTagClassName
{
color: #AA53B7;
}
</style>
background-color css
<style>
a { background-color: #AA53B7; }
a { background-color: rgb(170,83,183); }
div.DivClassName
{
background-color: #AA53B7;
}
.BgClassName
{
background-color: #AA53B7;
}
</style>
border-color css
<style>
span { border-color: #AA53B7; }
span { border-color: rgb(170,83,183); }
td.TdClassName
{
border-color: #AA53B7;
}
.TagClassName
{
border-color: #AA53B7;
}
</style>