Shades of Deep Lilac #A053C0
Tints of Deep Lilac #A053C0
RGB
CMYK
RGB Variations
Color information
#A053C0 (or 0xA053C0) is known color: Deep Lilac. HEX triplet: A0, 53 and C0. RGB value is (160,83,192). Sum of RGB (Red+Green+Blue) = 160+83+192=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #A053C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053C0 is #5FAC3F. Grayscale: #767676. Windows color (decimal): -6270016 or 12604320. OLE color: 12604320.
HSL color Cylindrical-coordinate representation of color #A053C0: hue angle of 282.39º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A053C0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 83 | 192 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.25 |
| HSL | 282.39º | 0.46% | 0.54% | - |
| HSV(B) | 282.39º | 0.57% | 0.75% | - |
| XYZ | 27.1 | 17.47 | 51.81 | - |
| YUV | 118.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 192 | 0.17 | 0.57 | 0 | 0.25 | 282.39 | 0.46 | 0.54 |
| Hex | A0 | 53 | C0 | 11 | 39 | 0 | 19 | 11A | 2E | 36 |
| Octal | 240 | 123 | 300 | 21 | 71 | 0 | 31 | 432 | 56 | 66 |
| Binary | 10100000 | 1010011 | 11000000 | 10001 | 111001 | 0 | 11001 | 100011010 | 101110 | 110110 |
Color Harmonies of #A053C0
Complementary color
Monochromatic Colors of #A053C0
Black with #A053C0
Text Example
Text Example
White with #A053C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053C0; }
p { color: rgb(160,83,192); }
H1.HeaderClassName
{
color: #A053C0;
}
.AnyTagClassName
{
color: #A053C0;
}
</style>
background-color css
<style>
a { background-color: #A053C0; }
a { background-color: rgb(160,83,192); }
div.DivClassName
{
background-color: #A053C0;
}
.BgClassName
{
background-color: #A053C0;
}
</style>
border-color css
<style>
span { border-color: #A053C0; }
span { border-color: rgb(160,83,192); }
td.TdClassName
{
border-color: #A053C0;
}
.TagClassName
{
border-color: #A053C0;
}
</style>