Shades of Deep Lilac #A652CE
Tints of Deep Lilac #A652CE
RGB
CMYK
RGB Variations
Color information
#A652CE (or 0xA652CE) is known color: Deep Lilac. HEX triplet: A6, 52 and CE. RGB value is (166,82,206). Sum of RGB (Red+Green+Blue) = 166+82+206=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #A652CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652CE is #59AD31. Grayscale: #787878. Windows color (decimal): -5877042 or 13521574. OLE color: 13521574.
HSL color Cylindrical-coordinate representation of color #A652CE: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A652CE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 82 | 206 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.19 |
| HSL | 280.65º | 0.56% | 0.56% | - |
| HSV(B) | 280.65º | 0.6% | 0.81% | - |
| XYZ | 29.88 | 18.6 | 60.41 | - |
| YUV | 121.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 206 | 0.19 | 0.60 | 0 | 0.19 | 280.65 | 0.56 | 0.56 |
| Hex | A6 | 52 | CE | 13 | 3C | 0 | 13 | 119 | 38 | 38 |
| Octal | 246 | 122 | 316 | 23 | 74 | 0 | 23 | 431 | 70 | 70 |
| Binary | 10100110 | 1010010 | 11001110 | 10011 | 111100 | 0 | 10011 | 100011001 | 111000 | 111000 |
Color Harmonies of #A652CE
Complementary color
Monochromatic Colors of #A652CE
Black with #A652CE
Text Example
Text Example
White with #A652CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652CE; }
p { color: rgb(166,82,206); }
H1.HeaderClassName
{
color: #A652CE;
}
.AnyTagClassName
{
color: #A652CE;
}
</style>
background-color css
<style>
a { background-color: #A652CE; }
a { background-color: rgb(166,82,206); }
div.DivClassName
{
background-color: #A652CE;
}
.BgClassName
{
background-color: #A652CE;
}
</style>
border-color css
<style>
span { border-color: #A652CE; }
span { border-color: rgb(166,82,206); }
td.TdClassName
{
border-color: #A652CE;
}
.TagClassName
{
border-color: #A652CE;
}
</style>