Shades of Deep Lilac #A256B6
Tints of Deep Lilac #A256B6
RGB
CMYK
RGB Variations
Color information
#A256B6 (or 0xA256B6) is known color: Deep Lilac. HEX triplet: A2, 56 and B6. RGB value is (162,86,182). Sum of RGB (Red+Green+Blue) = 162+86+182=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #A256B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256B6 is #5DA949. Grayscale: #777777. Windows color (decimal): -6138186 or 11949730. OLE color: 11949730.
HSL color Cylindrical-coordinate representation of color #A256B6: hue angle of 287.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A256B6 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 86 | 182 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.29 |
| HSL | 287.5º | 0.4% | 0.53% | - |
| HSV(B) | 287.5º | 0.53% | 0.71% | - |
| XYZ | 26.67 | 17.71 | 46.27 | - |
| YUV | 119.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 182 | 0.11 | 0.53 | 0 | 0.29 | 287.5 | 0.4 | 0.53 |
| Hex | A2 | 56 | B6 | B | 35 | 0 | 1D | 120 | 28 | 35 |
| Octal | 242 | 126 | 266 | 13 | 65 | 0 | 35 | 440 | 50 | 65 |
| Binary | 10100010 | 1010110 | 10110110 | 1011 | 110101 | 0 | 11101 | 100100000 | 101000 | 110101 |
Color Harmonies of #A256B6
Complementary color
Monochromatic Colors of #A256B6
Black with #A256B6
Text Example
Text Example
White with #A256B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256B6; }
p { color: rgb(162,86,182); }
H1.HeaderClassName
{
color: #A256B6;
}
.AnyTagClassName
{
color: #A256B6;
}
</style>
background-color css
<style>
a { background-color: #A256B6; }
a { background-color: rgb(162,86,182); }
div.DivClassName
{
background-color: #A256B6;
}
.BgClassName
{
background-color: #A256B6;
}
</style>
border-color css
<style>
span { border-color: #A256B6; }
span { border-color: rgb(162,86,182); }
td.TdClassName
{
border-color: #A256B6;
}
.TagClassName
{
border-color: #A256B6;
}
</style>