Shades of Deep Lilac #A059BF
Tints of Deep Lilac #A059BF
RGB
CMYK
RGB Variations
Color information
#A059BF (or 0xA059BF) is known color: Deep Lilac. HEX triplet: A0, 59 and BF. RGB value is (160,89,191). Sum of RGB (Red+Green+Blue) = 160+89+191=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #A059BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059BF is #5FA640. Grayscale: #797979. Windows color (decimal): -6268481 or 12540320. OLE color: 12540320.
HSL color Cylindrical-coordinate representation of color #A059BF: hue angle of 281.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A059BF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 89 | 191 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.25 |
| HSL | 281.76º | 0.44% | 0.55% | - |
| HSV(B) | 281.76º | 0.53% | 0.75% | - |
| XYZ | 27.47 | 18.38 | 51.39 | - |
| YUV | 121.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 191 | 0.16 | 0.53 | 0 | 0.25 | 281.76 | 0.44 | 0.55 |
| Hex | A0 | 59 | BF | 10 | 35 | 0 | 19 | 11A | 2C | 37 |
| Octal | 240 | 131 | 277 | 20 | 65 | 0 | 31 | 432 | 54 | 67 |
| Binary | 10100000 | 1011001 | 10111111 | 10000 | 110101 | 0 | 11001 | 100011010 | 101100 | 110111 |
Color Harmonies of #A059BF
Complementary color
Monochromatic Colors of #A059BF
Black with #A059BF
Text Example
Text Example
White with #A059BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059BF; }
p { color: rgb(160,89,191); }
H1.HeaderClassName
{
color: #A059BF;
}
.AnyTagClassName
{
color: #A059BF;
}
</style>
background-color css
<style>
a { background-color: #A059BF; }
a { background-color: rgb(160,89,191); }
div.DivClassName
{
background-color: #A059BF;
}
.BgClassName
{
background-color: #A059BF;
}
</style>
border-color css
<style>
span { border-color: #A059BF; }
span { border-color: rgb(160,89,191); }
td.TdClassName
{
border-color: #A059BF;
}
.TagClassName
{
border-color: #A059BF;
}
</style>