Shades of Deep Lilac #A559B8
Tints of Deep Lilac #A559B8
RGB
CMYK
RGB Variations
Color information
#A559B8 (or 0xA559B8) is known color: Deep Lilac. HEX triplet: A5, 59 and B8. RGB value is (165,89,184). Sum of RGB (Red+Green+Blue) = 165+89+184=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #A559B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559B8 is #5AA647. Grayscale: #7A7A7A. Windows color (decimal): -5940808 or 12081573. OLE color: 12081573.
HSL color Cylindrical-coordinate representation of color #A559B8: hue angle of 288º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A559B8 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 89 | 184 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.28 |
| HSL | 288º | 0.4% | 0.54% | - |
| HSV(B) | 288º | 0.52% | 0.72% | - |
| XYZ | 27.74 | 18.6 | 47.48 | - |
| YUV | 122.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 184 | 0.10 | 0.52 | 0 | 0.28 | 288 | 0.4 | 0.54 |
| Hex | A5 | 59 | B8 | A | 34 | 0 | 1C | 120 | 28 | 36 |
| Octal | 245 | 131 | 270 | 12 | 64 | 0 | 34 | 440 | 50 | 66 |
| Binary | 10100101 | 1011001 | 10111000 | 1010 | 110100 | 0 | 11100 | 100100000 | 101000 | 110110 |
Color Harmonies of #A559B8
Complementary color
Monochromatic Colors of #A559B8
Black with #A559B8
Text Example
Text Example
White with #A559B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559B8; }
p { color: rgb(165,89,184); }
H1.HeaderClassName
{
color: #A559B8;
}
.AnyTagClassName
{
color: #A559B8;
}
</style>
background-color css
<style>
a { background-color: #A559B8; }
a { background-color: rgb(165,89,184); }
div.DivClassName
{
background-color: #A559B8;
}
.BgClassName
{
background-color: #A559B8;
}
</style>
border-color css
<style>
span { border-color: #A559B8; }
span { border-color: rgb(165,89,184); }
td.TdClassName
{
border-color: #A559B8;
}
.TagClassName
{
border-color: #A559B8;
}
</style>