Shades of Deep Lilac #A559B5
Tints of Deep Lilac #A559B5
RGB
CMYK
RGB Variations
Color information
#A559B5 (or 0xA559B5) is known color: Deep Lilac. HEX triplet: A5, 59 and B5. RGB value is (165,89,181). Sum of RGB (Red+Green+Blue) = 165+89+181=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #A559B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559B5 is #5AA64A. Grayscale: #797979. Windows color (decimal): -5940811 or 11884965. OLE color: 11884965.
HSL color Cylindrical-coordinate representation of color #A559B5: hue angle of 289.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A559B5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 89 | 181 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.29 |
| HSL | 289.57º | 0.38% | 0.53% | - |
| HSV(B) | 289.57º | 0.51% | 0.71% | - |
| XYZ | 27.43 | 18.48 | 45.84 | - |
| YUV | 122.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 181 | 0.09 | 0.51 | 0 | 0.29 | 289.57 | 0.38 | 0.53 |
| Hex | A5 | 59 | B5 | 9 | 33 | 0 | 1D | 122 | 26 | 35 |
| Octal | 245 | 131 | 265 | 11 | 63 | 0 | 35 | 442 | 46 | 65 |
| Binary | 10100101 | 1011001 | 10110101 | 1001 | 110011 | 0 | 11101 | 100100010 | 100110 | 110101 |
Color Harmonies of #A559B5
Complementary color
Monochromatic Colors of #A559B5
Black with #A559B5
Text Example
Text Example
White with #A559B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559B5; }
p { color: rgb(165,89,181); }
H1.HeaderClassName
{
color: #A559B5;
}
.AnyTagClassName
{
color: #A559B5;
}
</style>
background-color css
<style>
a { background-color: #A559B5; }
a { background-color: rgb(165,89,181); }
div.DivClassName
{
background-color: #A559B5;
}
.BgClassName
{
background-color: #A559B5;
}
</style>
border-color css
<style>
span { border-color: #A559B5; }
span { border-color: rgb(165,89,181); }
td.TdClassName
{
border-color: #A559B5;
}
.TagClassName
{
border-color: #A559B5;
}
</style>