Shades of Deep Lilac #A052CB
Tints of Deep Lilac #A052CB
RGB
CMYK
RGB Variations
Color information
#A052CB (or 0xA052CB) is known color: Deep Lilac. HEX triplet: A0, 52 and CB. RGB value is (160,82,203). Sum of RGB (Red+Green+Blue) = 160+82+203=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A052CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052CB is #5FAD34. Grayscale: #767676. Windows color (decimal): -6270261 or 13324960. OLE color: 13324960.
HSL color Cylindrical-coordinate representation of color #A052CB: hue angle of 278.68º 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 #A052CB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 82 | 203 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.20 |
| HSL | 278.68º | 0.54% | 0.56% | - |
| HSV(B) | 278.68º | 0.6% | 0.8% | - |
| XYZ | 28.29 | 17.82 | 58.45 | - |
| YUV | 119.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 203 | 0.21 | 0.60 | 0 | 0.20 | 278.68 | 0.54 | 0.56 |
| Hex | A0 | 52 | CB | 15 | 3C | 0 | 14 | 117 | 36 | 38 |
| Octal | 240 | 122 | 313 | 25 | 74 | 0 | 24 | 427 | 66 | 70 |
| Binary | 10100000 | 1010010 | 11001011 | 10101 | 111100 | 0 | 10100 | 100010111 | 110110 | 111000 |
Color Harmonies of #A052CB
Complementary color
Monochromatic Colors of #A052CB
Black with #A052CB
Text Example
Text Example
White with #A052CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052CB; }
p { color: rgb(160,82,203); }
H1.HeaderClassName
{
color: #A052CB;
}
.AnyTagClassName
{
color: #A052CB;
}
</style>
background-color css
<style>
a { background-color: #A052CB; }
a { background-color: rgb(160,82,203); }
div.DivClassName
{
background-color: #A052CB;
}
.BgClassName
{
background-color: #A052CB;
}
</style>
border-color css
<style>
span { border-color: #A052CB; }
span { border-color: rgb(160,82,203); }
td.TdClassName
{
border-color: #A052CB;
}
.TagClassName
{
border-color: #A052CB;
}
</style>