Shades of Deep Lilac #AA47C3
Tints of Deep Lilac #AA47C3
RGB
CMYK
RGB Variations
Color information
#AA47C3 (or 0xAA47C3) is known color: Deep Lilac. HEX triplet: AA, 47 and C3. RGB value is (170,71,195). Sum of RGB (Red+Green+Blue) = 170+71+195=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA47C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47C3 is #55B83C. Grayscale: #727272. Windows color (decimal): -5617725 or 12797866. OLE color: 12797866.
HSL color Cylindrical-coordinate representation of color #AA47C3: hue angle of 287.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA47C3 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 71 | 195 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.24 |
| HSL | 287.9º | 0.51% | 0.52% | - |
| HSV(B) | 287.9º | 0.64% | 0.76% | - |
| XYZ | 28.68 | 16.99 | 53.4 | - |
| YUV | 114.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 195 | 0.13 | 0.64 | 0 | 0.24 | 287.9 | 0.51 | 0.52 |
| Hex | AA | 47 | C3 | D | 40 | 0 | 18 | 120 | 33 | 34 |
| Octal | 252 | 107 | 303 | 15 | 100 | 0 | 30 | 440 | 63 | 64 |
| Binary | 10101010 | 1000111 | 11000011 | 1101 | 1000000 | 0 | 11000 | 100100000 | 110011 | 110100 |
Color Harmonies of #AA47C3
Complementary color
Monochromatic Colors of #AA47C3
Black with #AA47C3
Text Example
Text Example
White with #AA47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47C3; }
p { color: rgb(170,71,195); }
H1.HeaderClassName
{
color: #AA47C3;
}
.AnyTagClassName
{
color: #AA47C3;
}
</style>
background-color css
<style>
a { background-color: #AA47C3; }
a { background-color: rgb(170,71,195); }
div.DivClassName
{
background-color: #AA47C3;
}
.BgClassName
{
background-color: #AA47C3;
}
</style>
border-color css
<style>
span { border-color: #AA47C3; }
span { border-color: rgb(170,71,195); }
td.TdClassName
{
border-color: #AA47C3;
}
.TagClassName
{
border-color: #AA47C3;
}
</style>