Shades of Deep Lilac #A556B1
Tints of Deep Lilac #A556B1
RGB
CMYK
RGB Variations
Color information
#A556B1 (or 0xA556B1) is known color: Deep Lilac. HEX triplet: A5, 56 and B1. RGB value is (165,86,177). Sum of RGB (Red+Green+Blue) = 165+86+177=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A556B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A556B1 is #5AA94E. Grayscale: #777777. Windows color (decimal): -5941583 or 11622053. OLE color: 11622053.
HSL color Cylindrical-coordinate representation of color #A556B1: hue angle of 292.09º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A556B1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 86 | 177 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 292.09º | 0.37% | 0.52% | - |
| HSV(B) | 292.09º | 0.51% | 0.69% | - |
| XYZ | 26.78 | 17.83 | 43.62 | - |
| YUV | 120 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 177 | 0.07 | 0.51 | 0 | 0.31 | 292.09 | 0.37 | 0.52 |
| Hex | A5 | 56 | B1 | 7 | 33 | 0 | 1F | 124 | 25 | 34 |
| Octal | 245 | 126 | 261 | 7 | 63 | 0 | 37 | 444 | 45 | 64 |
| Binary | 10100101 | 1010110 | 10110001 | 111 | 110011 | 0 | 11111 | 100100100 | 100101 | 110100 |
Color Harmonies of #A556B1
Complementary color
Monochromatic Colors of #A556B1
Black with #A556B1
Text Example
Text Example
White with #A556B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556B1; }
p { color: rgb(165,86,177); }
H1.HeaderClassName
{
color: #A556B1;
}
.AnyTagClassName
{
color: #A556B1;
}
</style>
background-color css
<style>
a { background-color: #A556B1; }
a { background-color: rgb(165,86,177); }
div.DivClassName
{
background-color: #A556B1;
}
.BgClassName
{
background-color: #A556B1;
}
</style>
border-color css
<style>
span { border-color: #A556B1; }
span { border-color: rgb(165,86,177); }
td.TdClassName
{
border-color: #A556B1;
}
.TagClassName
{
border-color: #A556B1;
}
</style>