Shades of Deep Lilac #A456BB
Tints of Deep Lilac #A456BB
RGB
CMYK
RGB Variations
Color information
#A456BB (or 0xA456BB) is known color: Deep Lilac. HEX triplet: A4, 56 and BB. RGB value is (164,86,187). Sum of RGB (Red+Green+Blue) = 164+86+187=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A456BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456BB is #5BA944. Grayscale: #787878. Windows color (decimal): -6007109 or 12277412. OLE color: 12277412.
HSL color Cylindrical-coordinate representation of color #A456BB: hue angle of 286.34º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A456BB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 86 | 187 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.27 |
| HSL | 286.34º | 0.43% | 0.54% | - |
| HSV(B) | 286.34º | 0.54% | 0.73% | - |
| XYZ | 27.61 | 18.14 | 49.06 | - |
| YUV | 120.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 187 | 0.12 | 0.54 | 0 | 0.27 | 286.34 | 0.43 | 0.54 |
| Hex | A4 | 56 | BB | C | 36 | 0 | 1B | 11E | 2B | 36 |
| Octal | 244 | 126 | 273 | 14 | 66 | 0 | 33 | 436 | 53 | 66 |
| Binary | 10100100 | 1010110 | 10111011 | 1100 | 110110 | 0 | 11011 | 100011110 | 101011 | 110110 |
Color Harmonies of #A456BB
Complementary color
Monochromatic Colors of #A456BB
Black with #A456BB
Text Example
Text Example
White with #A456BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456BB; }
p { color: rgb(164,86,187); }
H1.HeaderClassName
{
color: #A456BB;
}
.AnyTagClassName
{
color: #A456BB;
}
</style>
background-color css
<style>
a { background-color: #A456BB; }
a { background-color: rgb(164,86,187); }
div.DivClassName
{
background-color: #A456BB;
}
.BgClassName
{
background-color: #A456BB;
}
</style>
border-color css
<style>
span { border-color: #A456BB; }
span { border-color: rgb(164,86,187); }
td.TdClassName
{
border-color: #A456BB;
}
.TagClassName
{
border-color: #A456BB;
}
</style>