Shades of Deep Lilac #A256BA
Tints of Deep Lilac #A256BA
RGB
CMYK
RGB Variations
Color information
#A256BA (or 0xA256BA) is known color: Deep Lilac. HEX triplet: A2, 56 and BA. RGB value is (162,86,186). Sum of RGB (Red+Green+Blue) = 162+86+186=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #A256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BA is #5DA945. Grayscale: #777777. Windows color (decimal): -6138182 or 12211874. OLE color: 12211874.
HSL color Cylindrical-coordinate representation of color #A256BA: hue angle of 285.6º 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 #A256BA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 86 | 186 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.27 |
| HSL | 285.6º | 0.42% | 0.53% | - |
| HSV(B) | 285.6º | 0.54% | 0.73% | - |
| XYZ | 27.09 | 17.88 | 48.48 | - |
| YUV | 120.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 186 | 0.13 | 0.54 | 0 | 0.27 | 285.6 | 0.42 | 0.53 |
| Hex | A2 | 56 | BA | D | 36 | 0 | 1B | 11E | 2A | 35 |
| Octal | 242 | 126 | 272 | 15 | 66 | 0 | 33 | 436 | 52 | 65 |
| Binary | 10100010 | 1010110 | 10111010 | 1101 | 110110 | 0 | 11011 | 100011110 | 101010 | 110101 |
Color Harmonies of #A256BA
Complementary color
Monochromatic Colors of #A256BA
Black with #A256BA
Text Example
Text Example
White with #A256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256BA; }
p { color: rgb(162,86,186); }
H1.HeaderClassName
{
color: #A256BA;
}
.AnyTagClassName
{
color: #A256BA;
}
</style>
background-color css
<style>
a { background-color: #A256BA; }
a { background-color: rgb(162,86,186); }
div.DivClassName
{
background-color: #A256BA;
}
.BgClassName
{
background-color: #A256BA;
}
</style>
border-color css
<style>
span { border-color: #A256BA; }
span { border-color: rgb(162,86,186); }
td.TdClassName
{
border-color: #A256BA;
}
.TagClassName
{
border-color: #A256BA;
}
</style>