Shades of Deep Lilac #A653C0
Tints of Deep Lilac #A653C0
RGB
CMYK
RGB Variations
Color information
#A653C0 (or 0xA653C0) is known color: Deep Lilac. HEX triplet: A6, 53 and C0. RGB value is (166,83,192). Sum of RGB (Red+Green+Blue) = 166+83+192=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #A653C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653C0 is #59AC3F. Grayscale: #777777. Windows color (decimal): -5876800 or 12604326. OLE color: 12604326.
HSL color Cylindrical-coordinate representation of color #A653C0: hue angle of 285.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A653C0 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 83 | 192 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.25 |
| HSL | 285.69º | 0.46% | 0.54% | - |
| HSV(B) | 285.69º | 0.57% | 0.75% | - |
| XYZ | 28.33 | 18.1 | 51.87 | - |
| YUV | 120.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 192 | 0.14 | 0.57 | 0 | 0.25 | 285.69 | 0.46 | 0.54 |
| Hex | A6 | 53 | C0 | E | 39 | 0 | 19 | 11E | 2E | 36 |
| Octal | 246 | 123 | 300 | 16 | 71 | 0 | 31 | 436 | 56 | 66 |
| Binary | 10100110 | 1010011 | 11000000 | 1110 | 111001 | 0 | 11001 | 100011110 | 101110 | 110110 |
Color Harmonies of #A653C0
Complementary color
Monochromatic Colors of #A653C0
Black with #A653C0
Text Example
Text Example
White with #A653C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653C0; }
p { color: rgb(166,83,192); }
H1.HeaderClassName
{
color: #A653C0;
}
.AnyTagClassName
{
color: #A653C0;
}
</style>
background-color css
<style>
a { background-color: #A653C0; }
a { background-color: rgb(166,83,192); }
div.DivClassName
{
background-color: #A653C0;
}
.BgClassName
{
background-color: #A653C0;
}
</style>
border-color css
<style>
span { border-color: #A653C0; }
span { border-color: rgb(166,83,192); }
td.TdClassName
{
border-color: #A653C0;
}
.TagClassName
{
border-color: #A653C0;
}
</style>