Shades of Deep Lilac #A456BF
Tints of Deep Lilac #A456BF
RGB
CMYK
RGB Variations
Color information
#A456BF (or 0xA456BF) is known color: Deep Lilac. HEX triplet: A4, 56 and BF. RGB value is (164,86,191). Sum of RGB (Red+Green+Blue) = 164+86+191=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A456BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456BF is #5BA940. Grayscale: #787878. Windows color (decimal): -6007105 or 12539556. OLE color: 12539556.
HSL color Cylindrical-coordinate representation of color #A456BF: hue angle of 284.57º degrees, saturation: 0.45, 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 #A456BF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 86 | 191 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.25 |
| HSL | 284.57º | 0.45% | 0.54% | - |
| HSV(B) | 284.57º | 0.55% | 0.75% | - |
| XYZ | 28.04 | 18.31 | 51.35 | - |
| YUV | 121.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 191 | 0.14 | 0.55 | 0 | 0.25 | 284.57 | 0.45 | 0.54 |
| Hex | A4 | 56 | BF | E | 37 | 0 | 19 | 11D | 2D | 36 |
| Octal | 244 | 126 | 277 | 16 | 67 | 0 | 31 | 435 | 55 | 66 |
| Binary | 10100100 | 1010110 | 10111111 | 1110 | 110111 | 0 | 11001 | 100011101 | 101101 | 110110 |
Color Harmonies of #A456BF
Complementary color
Monochromatic Colors of #A456BF
Black with #A456BF
Text Example
Text Example
White with #A456BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456BF; }
p { color: rgb(164,86,191); }
H1.HeaderClassName
{
color: #A456BF;
}
.AnyTagClassName
{
color: #A456BF;
}
</style>
background-color css
<style>
a { background-color: #A456BF; }
a { background-color: rgb(164,86,191); }
div.DivClassName
{
background-color: #A456BF;
}
.BgClassName
{
background-color: #A456BF;
}
</style>
border-color css
<style>
span { border-color: #A456BF; }
span { border-color: rgb(164,86,191); }
td.TdClassName
{
border-color: #A456BF;
}
.TagClassName
{
border-color: #A456BF;
}
</style>