Shades of Deep Lilac #A652CC
Tints of Deep Lilac #A652CC
RGB
CMYK
RGB Variations
Color information
#A652CC (or 0xA652CC) is known color: Deep Lilac. HEX triplet: A6, 52 and CC. RGB value is (166,82,204). Sum of RGB (Red+Green+Blue) = 166+82+204=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A652CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652CC is #59AD33. Grayscale: #787878. Windows color (decimal): -5877044 or 13390502. OLE color: 13390502.
HSL color Cylindrical-coordinate representation of color #A652CC: hue angle of 281.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A652CC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 82 | 204 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.2 |
| HSL | 281.31º | 0.54% | 0.56% | - |
| HSV(B) | 281.31º | 0.6% | 0.8% | - |
| XYZ | 29.64 | 18.5 | 59.14 | - |
| YUV | 121.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 204 | 0.19 | 0.60 | 0 | 0.2 | 281.31 | 0.54 | 0.56 |
| Hex | A6 | 52 | CC | 13 | 3C | 0 | 14 | 119 | 36 | 38 |
| Octal | 246 | 122 | 314 | 23 | 74 | 0 | 24 | 431 | 66 | 70 |
| Binary | 10100110 | 1010010 | 11001100 | 10011 | 111100 | 0 | 10100 | 100011001 | 110110 | 111000 |
Color Harmonies of #A652CC
Complementary color
Monochromatic Colors of #A652CC
Black with #A652CC
Text Example
Text Example
White with #A652CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652CC; }
p { color: rgb(166,82,204); }
H1.HeaderClassName
{
color: #A652CC;
}
.AnyTagClassName
{
color: #A652CC;
}
</style>
background-color css
<style>
a { background-color: #A652CC; }
a { background-color: rgb(166,82,204); }
div.DivClassName
{
background-color: #A652CC;
}
.BgClassName
{
background-color: #A652CC;
}
</style>
border-color css
<style>
span { border-color: #A652CC; }
span { border-color: rgb(166,82,204); }
td.TdClassName
{
border-color: #A652CC;
}
.TagClassName
{
border-color: #A652CC;
}
</style>