Shades of Deep Lilac #A052BE
Tints of Deep Lilac #A052BE
RGB
CMYK
RGB Variations
Color information
#A052BE (or 0xA052BE) is known color: Deep Lilac. HEX triplet: A0, 52 and BE. RGB value is (160,82,190). Sum of RGB (Red+Green+Blue) = 160+82+190=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A052BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052BE is #5FAD41. Grayscale: #757575. Windows color (decimal): -6270274 or 12472992. OLE color: 12472992.
HSL color Cylindrical-coordinate representation of color #A052BE: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A052BE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 82 | 190 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.25 |
| HSL | 283.33º | 0.45% | 0.53% | - |
| HSV(B) | 283.33º | 0.57% | 0.75% | - |
| XYZ | 26.81 | 17.23 | 50.63 | - |
| YUV | 117.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 190 | 0.16 | 0.57 | 0 | 0.25 | 283.33 | 0.45 | 0.53 |
| Hex | A0 | 52 | BE | 10 | 39 | 0 | 19 | 11B | 2D | 35 |
| Octal | 240 | 122 | 276 | 20 | 71 | 0 | 31 | 433 | 55 | 65 |
| Binary | 10100000 | 1010010 | 10111110 | 10000 | 111001 | 0 | 11001 | 100011011 | 101101 | 110101 |
Color Harmonies of #A052BE
Complementary color
Monochromatic Colors of #A052BE
Black with #A052BE
Text Example
Text Example
White with #A052BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052BE; }
p { color: rgb(160,82,190); }
H1.HeaderClassName
{
color: #A052BE;
}
.AnyTagClassName
{
color: #A052BE;
}
</style>
background-color css
<style>
a { background-color: #A052BE; }
a { background-color: rgb(160,82,190); }
div.DivClassName
{
background-color: #A052BE;
}
.BgClassName
{
background-color: #A052BE;
}
</style>
border-color css
<style>
span { border-color: #A052BE; }
span { border-color: rgb(160,82,190); }
td.TdClassName
{
border-color: #A052BE;
}
.TagClassName
{
border-color: #A052BE;
}
</style>