Shades of Deep Lilac #A059BC
Tints of Deep Lilac #A059BC
RGB
CMYK
RGB Variations
Color information
#A059BC (or 0xA059BC) is known color: Deep Lilac. HEX triplet: A0, 59 and BC. RGB value is (160,89,188). Sum of RGB (Red+Green+Blue) = 160+89+188=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #A059BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059BC is #5FA643. Grayscale: #797979. Windows color (decimal): -6268484 or 12343712. OLE color: 12343712.
HSL color Cylindrical-coordinate representation of color #A059BC: hue angle of 283.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A059BC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 89 | 188 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.26 |
| HSL | 283.03º | 0.42% | 0.54% | - |
| HSV(B) | 283.03º | 0.53% | 0.74% | - |
| XYZ | 27.15 | 18.25 | 49.67 | - |
| YUV | 121.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 188 | 0.15 | 0.53 | 0 | 0.26 | 283.03 | 0.42 | 0.54 |
| Hex | A0 | 59 | BC | F | 35 | 0 | 1A | 11B | 2A | 36 |
| Octal | 240 | 131 | 274 | 17 | 65 | 0 | 32 | 433 | 52 | 66 |
| Binary | 10100000 | 1011001 | 10111100 | 1111 | 110101 | 0 | 11010 | 100011011 | 101010 | 110110 |
Color Harmonies of #A059BC
Complementary color
Monochromatic Colors of #A059BC
Black with #A059BC
Text Example
Text Example
White with #A059BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059BC; }
p { color: rgb(160,89,188); }
H1.HeaderClassName
{
color: #A059BC;
}
.AnyTagClassName
{
color: #A059BC;
}
</style>
background-color css
<style>
a { background-color: #A059BC; }
a { background-color: rgb(160,89,188); }
div.DivClassName
{
background-color: #A059BC;
}
.BgClassName
{
background-color: #A059BC;
}
</style>
border-color css
<style>
span { border-color: #A059BC; }
span { border-color: rgb(160,89,188); }
td.TdClassName
{
border-color: #A059BC;
}
.TagClassName
{
border-color: #A059BC;
}
</style>