Shades of Deep Lilac #A556C0
Tints of Deep Lilac #A556C0
RGB
CMYK
RGB Variations
Color information
#A556C0 (or 0xA556C0) is known color: Deep Lilac. HEX triplet: A5, 56 and C0. RGB value is (165,86,192). Sum of RGB (Red+Green+Blue) = 165+86+192=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #A556C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556C0 is #5AA93F. Grayscale: #797979. Windows color (decimal): -5941568 or 12605093. OLE color: 12605093.
HSL color Cylindrical-coordinate representation of color #A556C0: hue angle of 284.72º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A556C0 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 86 | 192 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.25 |
| HSL | 284.72º | 0.46% | 0.55% | - |
| HSV(B) | 284.72º | 0.55% | 0.75% | - |
| XYZ | 28.36 | 18.46 | 51.94 | - |
| YUV | 121.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 192 | 0.14 | 0.55 | 0 | 0.25 | 284.72 | 0.46 | 0.55 |
| Hex | A5 | 56 | C0 | E | 37 | 0 | 19 | 11D | 2E | 37 |
| Octal | 245 | 126 | 300 | 16 | 67 | 0 | 31 | 435 | 56 | 67 |
| Binary | 10100101 | 1010110 | 11000000 | 1110 | 110111 | 0 | 11001 | 100011101 | 101110 | 110111 |
Color Harmonies of #A556C0
Complementary color
Monochromatic Colors of #A556C0
Black with #A556C0
Text Example
Text Example
White with #A556C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556C0; }
p { color: rgb(165,86,192); }
H1.HeaderClassName
{
color: #A556C0;
}
.AnyTagClassName
{
color: #A556C0;
}
</style>
background-color css
<style>
a { background-color: #A556C0; }
a { background-color: rgb(165,86,192); }
div.DivClassName
{
background-color: #A556C0;
}
.BgClassName
{
background-color: #A556C0;
}
</style>
border-color css
<style>
span { border-color: #A556C0; }
span { border-color: rgb(165,86,192); }
td.TdClassName
{
border-color: #A556C0;
}
.TagClassName
{
border-color: #A556C0;
}
</style>