Shades of Deep Lilac #A559CC
Tints of Deep Lilac #A559CC
RGB
CMYK
RGB Variations
Color information
#A559CC (or 0xA559CC) is known color: Deep Lilac. HEX triplet: A5, 59 and CC. RGB value is (165,89,204). Sum of RGB (Red+Green+Blue) = 165+89+204=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A559CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559CC is #5AA633. Grayscale: #7C7C7C. Windows color (decimal): -5940788 or 13392293. OLE color: 13392293.
HSL color Cylindrical-coordinate representation of color #A559CC: hue angle of 279.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A559CC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 89 | 204 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.2 |
| HSL | 279.65º | 0.53% | 0.57% | - |
| HSV(B) | 279.65º | 0.56% | 0.8% | - |
| XYZ | 29.99 | 19.5 | 59.31 | - |
| YUV | 124.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 204 | 0.19 | 0.56 | 0 | 0.2 | 279.65 | 0.53 | 0.57 |
| Hex | A5 | 59 | CC | 13 | 38 | 0 | 14 | 118 | 35 | 39 |
| Octal | 245 | 131 | 314 | 23 | 70 | 0 | 24 | 430 | 65 | 71 |
| Binary | 10100101 | 1011001 | 11001100 | 10011 | 111000 | 0 | 10100 | 100011000 | 110101 | 111001 |
Color Harmonies of #A559CC
Complementary color
Monochromatic Colors of #A559CC
Black with #A559CC
Text Example
Text Example
White with #A559CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559CC; }
p { color: rgb(165,89,204); }
H1.HeaderClassName
{
color: #A559CC;
}
.AnyTagClassName
{
color: #A559CC;
}
</style>
background-color css
<style>
a { background-color: #A559CC; }
a { background-color: rgb(165,89,204); }
div.DivClassName
{
background-color: #A559CC;
}
.BgClassName
{
background-color: #A559CC;
}
</style>
border-color css
<style>
span { border-color: #A559CC; }
span { border-color: rgb(165,89,204); }
td.TdClassName
{
border-color: #A559CC;
}
.TagClassName
{
border-color: #A559CC;
}
</style>