Shades of Deep Lilac #A053BC
Tints of Deep Lilac #A053BC
RGB
CMYK
RGB Variations
Color information
#A053BC (or 0xA053BC) is known color: Deep Lilac. HEX triplet: A0, 53 and BC. RGB value is (160,83,188). Sum of RGB (Red+Green+Blue) = 160+83+188=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A053BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053BC is #5FAC43. Grayscale: #757575. Windows color (decimal): -6270020 or 12342176. OLE color: 12342176.
HSL color Cylindrical-coordinate representation of color #A053BC: hue angle of 284º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A053BC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 83 | 188 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.26 |
| HSL | 284º | 0.44% | 0.53% | - |
| HSV(B) | 284º | 0.56% | 0.74% | - |
| XYZ | 26.67 | 17.29 | 49.51 | - |
| YUV | 117.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 188 | 0.15 | 0.56 | 0 | 0.26 | 284 | 0.44 | 0.53 |
| Hex | A0 | 53 | BC | F | 38 | 0 | 1A | 11C | 2C | 35 |
| Octal | 240 | 123 | 274 | 17 | 70 | 0 | 32 | 434 | 54 | 65 |
| Binary | 10100000 | 1010011 | 10111100 | 1111 | 111000 | 0 | 11010 | 100011100 | 101100 | 110101 |
Color Harmonies of #A053BC
Complementary color
Monochromatic Colors of #A053BC
Black with #A053BC
Text Example
Text Example
White with #A053BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053BC; }
p { color: rgb(160,83,188); }
H1.HeaderClassName
{
color: #A053BC;
}
.AnyTagClassName
{
color: #A053BC;
}
</style>
background-color css
<style>
a { background-color: #A053BC; }
a { background-color: rgb(160,83,188); }
div.DivClassName
{
background-color: #A053BC;
}
.BgClassName
{
background-color: #A053BC;
}
</style>
border-color css
<style>
span { border-color: #A053BC; }
span { border-color: rgb(160,83,188); }
td.TdClassName
{
border-color: #A053BC;
}
.TagClassName
{
border-color: #A053BC;
}
</style>