Shades of Deep Lilac #A556BE
Tints of Deep Lilac #A556BE
RGB
CMYK
RGB Variations
Color information
#A556BE (or 0xA556BE) is known color: Deep Lilac. HEX triplet: A5, 56 and BE. RGB value is (165,86,190). Sum of RGB (Red+Green+Blue) = 165+86+190=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #A556BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556BE is #5AA941. Grayscale: #797979. Windows color (decimal): -5941570 or 12474021. OLE color: 12474021.
HSL color Cylindrical-coordinate representation of color #A556BE: hue angle of 285.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A556BE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 86 | 190 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.25 |
| HSL | 285.58º | 0.44% | 0.54% | - |
| HSV(B) | 285.58º | 0.55% | 0.75% | - |
| XYZ | 28.14 | 18.37 | 50.78 | - |
| YUV | 121.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 190 | 0.13 | 0.55 | 0 | 0.25 | 285.58 | 0.44 | 0.54 |
| Hex | A5 | 56 | BE | D | 37 | 0 | 19 | 11E | 2C | 36 |
| Octal | 245 | 126 | 276 | 15 | 67 | 0 | 31 | 436 | 54 | 66 |
| Binary | 10100101 | 1010110 | 10111110 | 1101 | 110111 | 0 | 11001 | 100011110 | 101100 | 110110 |
Color Harmonies of #A556BE
Complementary color
Monochromatic Colors of #A556BE
Black with #A556BE
Text Example
Text Example
White with #A556BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556BE; }
p { color: rgb(165,86,190); }
H1.HeaderClassName
{
color: #A556BE;
}
.AnyTagClassName
{
color: #A556BE;
}
</style>
background-color css
<style>
a { background-color: #A556BE; }
a { background-color: rgb(165,86,190); }
div.DivClassName
{
background-color: #A556BE;
}
.BgClassName
{
background-color: #A556BE;
}
</style>
border-color css
<style>
span { border-color: #A556BE; }
span { border-color: rgb(165,86,190); }
td.TdClassName
{
border-color: #A556BE;
}
.TagClassName
{
border-color: #A556BE;
}
</style>