Shades of Deep Lilac #A052BD
Tints of Deep Lilac #A052BD
RGB
CMYK
RGB Variations
Color information
#A052BD (or 0xA052BD) is known color: Deep Lilac. HEX triplet: A0, 52 and BD. RGB value is (160,82,189). Sum of RGB (Red+Green+Blue) = 160+82+189=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A052BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052BD is #5FAD42. Grayscale: #757575. Windows color (decimal): -6270275 or 12407456. OLE color: 12407456.
HSL color Cylindrical-coordinate representation of color #A052BD: hue angle of 283.74º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A052BD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 82 | 189 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.26 |
| HSL | 283.74º | 0.45% | 0.53% | - |
| HSV(B) | 283.74º | 0.57% | 0.74% | - |
| XYZ | 26.7 | 17.18 | 50.05 | - |
| YUV | 117.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 189 | 0.15 | 0.57 | 0 | 0.26 | 283.74 | 0.45 | 0.53 |
| Hex | A0 | 52 | BD | F | 39 | 0 | 1A | 11C | 2D | 35 |
| Octal | 240 | 122 | 275 | 17 | 71 | 0 | 32 | 434 | 55 | 65 |
| Binary | 10100000 | 1010010 | 10111101 | 1111 | 111001 | 0 | 11010 | 100011100 | 101101 | 110101 |
Color Harmonies of #A052BD
Complementary color
Monochromatic Colors of #A052BD
Black with #A052BD
Text Example
Text Example
White with #A052BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052BD; }
p { color: rgb(160,82,189); }
H1.HeaderClassName
{
color: #A052BD;
}
.AnyTagClassName
{
color: #A052BD;
}
</style>
background-color css
<style>
a { background-color: #A052BD; }
a { background-color: rgb(160,82,189); }
div.DivClassName
{
background-color: #A052BD;
}
.BgClassName
{
background-color: #A052BD;
}
</style>
border-color css
<style>
span { border-color: #A052BD; }
span { border-color: rgb(160,82,189); }
td.TdClassName
{
border-color: #A052BD;
}
.TagClassName
{
border-color: #A052BD;
}
</style>