Shades of Deep Lilac #A059B0
Tints of Deep Lilac #A059B0
RGB
CMYK
RGB Variations
Color information
#A059B0 (or 0xA059B0) is known color: Deep Lilac. HEX triplet: A0, 59 and B0. RGB value is (160,89,176). Sum of RGB (Red+Green+Blue) = 160+89+176=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 176 - color contains mainly: blue. Hex color #A059B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059B0 is #5FA64F. Grayscale: #777777. Windows color (decimal): -6268496 or 11557280. OLE color: 11557280.
HSL color Cylindrical-coordinate representation of color #A059B0: hue angle of 288.97º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A059B0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 89 | 176 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.31 |
| HSL | 288.97º | 0.36% | 0.52% | - |
| HSV(B) | 288.97º | 0.49% | 0.69% | - |
| XYZ | 25.91 | 17.75 | 43.14 | - |
| YUV | 120.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 176 | 0.09 | 0.49 | 0 | 0.31 | 288.97 | 0.36 | 0.52 |
| Hex | A0 | 59 | B0 | 9 | 31 | 0 | 1F | 121 | 24 | 34 |
| Octal | 240 | 131 | 260 | 11 | 61 | 0 | 37 | 441 | 44 | 64 |
| Binary | 10100000 | 1011001 | 10110000 | 1001 | 110001 | 0 | 11111 | 100100001 | 100100 | 110100 |
Color Harmonies of #A059B0
Complementary color
Monochromatic Colors of #A059B0
Black with #A059B0
Text Example
Text Example
White with #A059B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059B0; }
p { color: rgb(160,89,176); }
H1.HeaderClassName
{
color: #A059B0;
}
.AnyTagClassName
{
color: #A059B0;
}
</style>
background-color css
<style>
a { background-color: #A059B0; }
a { background-color: rgb(160,89,176); }
div.DivClassName
{
background-color: #A059B0;
}
.BgClassName
{
background-color: #A059B0;
}
</style>
border-color css
<style>
span { border-color: #A059B0; }
span { border-color: rgb(160,89,176); }
td.TdClassName
{
border-color: #A059B0;
}
.TagClassName
{
border-color: #A059B0;
}
</style>