Shades of Deep Lilac #A059AE
Tints of Deep Lilac #A059AE
RGB
CMYK
RGB Variations
Color information
#A059AE (or 0xA059AE) is known color: Deep Lilac. HEX triplet: A0, 59 and AE. RGB value is (160,89,174). Sum of RGB (Red+Green+Blue) = 160+89+174=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #A059AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AE is #5FA651. Grayscale: #777777. Windows color (decimal): -6268498 or 11426208. OLE color: 11426208.
HSL color Cylindrical-coordinate representation of color #A059AE: hue angle of 290.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A059AE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 89 | 174 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.32 |
| HSL | 290.12º | 0.34% | 0.52% | - |
| HSV(B) | 290.12º | 0.49% | 0.68% | - |
| XYZ | 25.71 | 17.67 | 42.1 | - |
| YUV | 119.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 174 | 0.08 | 0.49 | 0 | 0.32 | 290.12 | 0.34 | 0.52 |
| Hex | A0 | 59 | AE | 8 | 31 | 0 | 20 | 122 | 22 | 34 |
| Octal | 240 | 131 | 256 | 10 | 61 | 0 | 40 | 442 | 42 | 64 |
| Binary | 10100000 | 1011001 | 10101110 | 1000 | 110001 | 0 | 100000 | 100100010 | 100010 | 110100 |
Color Harmonies of #A059AE
Complementary color
Monochromatic Colors of #A059AE
Black with #A059AE
Text Example
Text Example
White with #A059AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059AE; }
p { color: rgb(160,89,174); }
H1.HeaderClassName
{
color: #A059AE;
}
.AnyTagClassName
{
color: #A059AE;
}
</style>
background-color css
<style>
a { background-color: #A059AE; }
a { background-color: rgb(160,89,174); }
div.DivClassName
{
background-color: #A059AE;
}
.BgClassName
{
background-color: #A059AE;
}
</style>
border-color css
<style>
span { border-color: #A059AE; }
span { border-color: rgb(160,89,174); }
td.TdClassName
{
border-color: #A059AE;
}
.TagClassName
{
border-color: #A059AE;
}
</style>