Shades of Deep Lilac #A053AE
Tints of Deep Lilac #A053AE
RGB
CMYK
RGB Variations
Color information
#A053AE (or 0xA053AE) is known color: Deep Lilac. HEX triplet: A0, 53 and AE. RGB value is (160,83,174). Sum of RGB (Red+Green+Blue) = 160+83+174=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A053AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053AE is #5FAC51. Grayscale: #747474. Windows color (decimal): -6270034 or 11424672. OLE color: 11424672.
HSL color Cylindrical-coordinate representation of color #A053AE: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A053AE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 83 | 174 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.32 |
| HSL | 290.77º | 0.36% | 0.5% | - |
| HSV(B) | 290.77º | 0.52% | 0.68% | - |
| XYZ | 25.23 | 16.72 | 41.94 | - |
| YUV | 116.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 174 | 0.08 | 0.52 | 0 | 0.32 | 290.77 | 0.36 | 0.5 |
| Hex | A0 | 53 | AE | 8 | 34 | 0 | 20 | 123 | 24 | 32 |
| Octal | 240 | 123 | 256 | 10 | 64 | 0 | 40 | 443 | 44 | 62 |
| Binary | 10100000 | 1010011 | 10101110 | 1000 | 110100 | 0 | 100000 | 100100011 | 100100 | 110010 |
Color Harmonies of #A053AE
Complementary color
Monochromatic Colors of #A053AE
Black with #A053AE
Text Example
Text Example
White with #A053AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053AE; }
p { color: rgb(160,83,174); }
H1.HeaderClassName
{
color: #A053AE;
}
.AnyTagClassName
{
color: #A053AE;
}
</style>
background-color css
<style>
a { background-color: #A053AE; }
a { background-color: rgb(160,83,174); }
div.DivClassName
{
background-color: #A053AE;
}
.BgClassName
{
background-color: #A053AE;
}
</style>
border-color css
<style>
span { border-color: #A053AE; }
span { border-color: rgb(160,83,174); }
td.TdClassName
{
border-color: #A053AE;
}
.TagClassName
{
border-color: #A053AE;
}
</style>