Shades of Deep Lilac #A556CC
Tints of Deep Lilac #A556CC
RGB
CMYK
RGB Variations
Color information
#A556CC (or 0xA556CC) is known color: Deep Lilac. HEX triplet: A5, 56 and CC. RGB value is (165,86,204). Sum of RGB (Red+Green+Blue) = 165+86+204=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A556CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CC is #5AA933. Grayscale: #7A7A7A. Windows color (decimal): -5941556 or 13391525. OLE color: 13391525.
HSL color Cylindrical-coordinate representation of color #A556CC: hue angle of 280.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A556CC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 86 | 204 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.2 |
| HSL | 280.17º | 0.54% | 0.57% | - |
| HSV(B) | 280.17º | 0.58% | 0.8% | - |
| XYZ | 29.74 | 19.01 | 59.23 | - |
| YUV | 123.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 204 | 0.19 | 0.58 | 0 | 0.2 | 280.17 | 0.54 | 0.57 |
| Hex | A5 | 56 | CC | 13 | 3A | 0 | 14 | 118 | 36 | 39 |
| Octal | 245 | 126 | 314 | 23 | 72 | 0 | 24 | 430 | 66 | 71 |
| Binary | 10100101 | 1010110 | 11001100 | 10011 | 111010 | 0 | 10100 | 100011000 | 110110 | 111001 |
Color Harmonies of #A556CC
Complementary color
Monochromatic Colors of #A556CC
Black with #A556CC
Text Example
Text Example
White with #A556CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556CC; }
p { color: rgb(165,86,204); }
H1.HeaderClassName
{
color: #A556CC;
}
.AnyTagClassName
{
color: #A556CC;
}
</style>
background-color css
<style>
a { background-color: #A556CC; }
a { background-color: rgb(165,86,204); }
div.DivClassName
{
background-color: #A556CC;
}
.BgClassName
{
background-color: #A556CC;
}
</style>
border-color css
<style>
span { border-color: #A556CC; }
span { border-color: rgb(165,86,204); }
td.TdClassName
{
border-color: #A556CC;
}
.TagClassName
{
border-color: #A556CC;
}
</style>