Shades of Deep Lilac #A653CE
Tints of Deep Lilac #A653CE
RGB
CMYK
RGB Variations
Color information
#A653CE (or 0xA653CE) is known color: Deep Lilac. HEX triplet: A6, 53 and CE. RGB value is (166,83,206). Sum of RGB (Red+Green+Blue) = 166+83+206=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #A653CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653CE is #59AC31. Grayscale: #797979. Windows color (decimal): -5876786 or 13521830. OLE color: 13521830.
HSL color Cylindrical-coordinate representation of color #A653CE: hue angle of 280.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A653CE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 83 | 206 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.19 |
| HSL | 280.49º | 0.56% | 0.57% | - |
| HSV(B) | 280.49º | 0.6% | 0.81% | - |
| XYZ | 29.96 | 18.75 | 60.43 | - |
| YUV | 121.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 206 | 0.19 | 0.60 | 0 | 0.19 | 280.49 | 0.56 | 0.57 |
| Hex | A6 | 53 | CE | 13 | 3C | 0 | 13 | 118 | 38 | 39 |
| Octal | 246 | 123 | 316 | 23 | 74 | 0 | 23 | 430 | 70 | 71 |
| Binary | 10100110 | 1010011 | 11001110 | 10011 | 111100 | 0 | 10011 | 100011000 | 111000 | 111001 |
Color Harmonies of #A653CE
Complementary color
Monochromatic Colors of #A653CE
Black with #A653CE
Text Example
Text Example
White with #A653CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653CE; }
p { color: rgb(166,83,206); }
H1.HeaderClassName
{
color: #A653CE;
}
.AnyTagClassName
{
color: #A653CE;
}
</style>
background-color css
<style>
a { background-color: #A653CE; }
a { background-color: rgb(166,83,206); }
div.DivClassName
{
background-color: #A653CE;
}
.BgClassName
{
background-color: #A653CE;
}
</style>
border-color css
<style>
span { border-color: #A653CE; }
span { border-color: rgb(166,83,206); }
td.TdClassName
{
border-color: #A653CE;
}
.TagClassName
{
border-color: #A653CE;
}
</style>