Shades of Deep Lilac #A456BA
Tints of Deep Lilac #A456BA
RGB
CMYK
RGB Variations
Color information
#A456BA (or 0xA456BA) is known color: Deep Lilac. HEX triplet: A4, 56 and BA. RGB value is (164,86,186). Sum of RGB (Red+Green+Blue) = 164+86+186=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A456BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456BA is #5BA945. Grayscale: #787878. Windows color (decimal): -6007110 or 12211876. OLE color: 12211876.
HSL color Cylindrical-coordinate representation of color #A456BA: hue angle of 286.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A456BA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 86 | 186 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.27 |
| HSL | 286.8º | 0.42% | 0.53% | - |
| HSV(B) | 286.8º | 0.54% | 0.73% | - |
| XYZ | 27.5 | 18.09 | 48.5 | - |
| YUV | 120.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 186 | 0.12 | 0.54 | 0 | 0.27 | 286.8 | 0.42 | 0.53 |
| Hex | A4 | 56 | BA | C | 36 | 0 | 1B | 11F | 2A | 35 |
| Octal | 244 | 126 | 272 | 14 | 66 | 0 | 33 | 437 | 52 | 65 |
| Binary | 10100100 | 1010110 | 10111010 | 1100 | 110110 | 0 | 11011 | 100011111 | 101010 | 110101 |
Color Harmonies of #A456BA
Complementary color
Monochromatic Colors of #A456BA
Black with #A456BA
Text Example
Text Example
White with #A456BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456BA; }
p { color: rgb(164,86,186); }
H1.HeaderClassName
{
color: #A456BA;
}
.AnyTagClassName
{
color: #A456BA;
}
</style>
background-color css
<style>
a { background-color: #A456BA; }
a { background-color: rgb(164,86,186); }
div.DivClassName
{
background-color: #A456BA;
}
.BgClassName
{
background-color: #A456BA;
}
</style>
border-color css
<style>
span { border-color: #A456BA; }
span { border-color: rgb(164,86,186); }
td.TdClassName
{
border-color: #A456BA;
}
.TagClassName
{
border-color: #A456BA;
}
</style>