Shades of Deep Lilac #A052CC
Tints of Deep Lilac #A052CC
RGB
CMYK
RGB Variations
Color information
#A052CC (or 0xA052CC) is known color: Deep Lilac. HEX triplet: A0, 52 and CC. RGB value is (160,82,204). Sum of RGB (Red+Green+Blue) = 160+82+204=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A052CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052CC is #5FAD33. Grayscale: #767676. Windows color (decimal): -6270260 or 13390496. OLE color: 13390496.
HSL color Cylindrical-coordinate representation of color #A052CC: hue angle of 278.36º 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 #A052CC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 82 | 204 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.2 |
| HSL | 278.36º | 0.54% | 0.56% | - |
| HSV(B) | 278.36º | 0.6% | 0.8% | - |
| XYZ | 28.41 | 17.87 | 59.08 | - |
| YUV | 119.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 204 | 0.22 | 0.60 | 0 | 0.2 | 278.36 | 0.54 | 0.56 |
| Hex | A0 | 52 | CC | 16 | 3C | 0 | 14 | 116 | 36 | 38 |
| Octal | 240 | 122 | 314 | 26 | 74 | 0 | 24 | 426 | 66 | 70 |
| Binary | 10100000 | 1010010 | 11001100 | 10110 | 111100 | 0 | 10100 | 100010110 | 110110 | 111000 |
Color Harmonies of #A052CC
Complementary color
Monochromatic Colors of #A052CC
Black with #A052CC
Text Example
Text Example
White with #A052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052CC; }
p { color: rgb(160,82,204); }
H1.HeaderClassName
{
color: #A052CC;
}
.AnyTagClassName
{
color: #A052CC;
}
</style>
background-color css
<style>
a { background-color: #A052CC; }
a { background-color: rgb(160,82,204); }
div.DivClassName
{
background-color: #A052CC;
}
.BgClassName
{
background-color: #A052CC;
}
</style>
border-color css
<style>
span { border-color: #A052CC; }
span { border-color: rgb(160,82,204); }
td.TdClassName
{
border-color: #A052CC;
}
.TagClassName
{
border-color: #A052CC;
}
</style>