Shades of Deep Lilac #A653C2
Tints of Deep Lilac #A653C2
RGB
CMYK
RGB Variations
Color information
#A653C2 (or 0xA653C2) is known color: Deep Lilac. HEX triplet: A6, 53 and C2. RGB value is (166,83,194). Sum of RGB (Red+Green+Blue) = 166+83+194=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #A653C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653C2 is #59AC3D. Grayscale: #787878. Windows color (decimal): -5876798 or 12735398. OLE color: 12735398.
HSL color Cylindrical-coordinate representation of color #A653C2: hue angle of 284.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A653C2 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 83 | 194 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.24 |
| HSL | 284.86º | 0.48% | 0.54% | - |
| HSV(B) | 284.86º | 0.57% | 0.76% | - |
| XYZ | 28.56 | 18.19 | 53.04 | - |
| YUV | 120.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 194 | 0.14 | 0.57 | 0 | 0.24 | 284.86 | 0.48 | 0.54 |
| Hex | A6 | 53 | C2 | E | 39 | 0 | 18 | 11D | 30 | 36 |
| Octal | 246 | 123 | 302 | 16 | 71 | 0 | 30 | 435 | 60 | 66 |
| Binary | 10100110 | 1010011 | 11000010 | 1110 | 111001 | 0 | 11000 | 100011101 | 110000 | 110110 |
Color Harmonies of #A653C2
Complementary color
Monochromatic Colors of #A653C2
Black with #A653C2
Text Example
Text Example
White with #A653C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653C2; }
p { color: rgb(166,83,194); }
H1.HeaderClassName
{
color: #A653C2;
}
.AnyTagClassName
{
color: #A653C2;
}
</style>
background-color css
<style>
a { background-color: #A653C2; }
a { background-color: rgb(166,83,194); }
div.DivClassName
{
background-color: #A653C2;
}
.BgClassName
{
background-color: #A653C2;
}
</style>
border-color css
<style>
span { border-color: #A653C2; }
span { border-color: rgb(166,83,194); }
td.TdClassName
{
border-color: #A653C2;
}
.TagClassName
{
border-color: #A653C2;
}
</style>