Shades of Deep Lilac #A256B8
Tints of Deep Lilac #A256B8
RGB
CMYK
RGB Variations
Color information
#A256B8 (or 0xA256B8) is known color: Deep Lilac. HEX triplet: A2, 56 and B8. RGB value is (162,86,184). Sum of RGB (Red+Green+Blue) = 162+86+184=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #A256B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256B8 is #5DA947. Grayscale: #777777. Windows color (decimal): -6138184 or 12080802. OLE color: 12080802.
HSL color Cylindrical-coordinate representation of color #A256B8: hue angle of 286.53º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A256B8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 86 | 184 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.28 |
| HSL | 286.53º | 0.41% | 0.53% | - |
| HSV(B) | 286.53º | 0.53% | 0.72% | - |
| XYZ | 26.88 | 17.8 | 47.37 | - |
| YUV | 119.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 184 | 0.12 | 0.53 | 0 | 0.28 | 286.53 | 0.41 | 0.53 |
| Hex | A2 | 56 | B8 | C | 35 | 0 | 1C | 11F | 29 | 35 |
| Octal | 242 | 126 | 270 | 14 | 65 | 0 | 34 | 437 | 51 | 65 |
| Binary | 10100010 | 1010110 | 10111000 | 1100 | 110101 | 0 | 11100 | 100011111 | 101001 | 110101 |
Color Harmonies of #A256B8
Complementary color
Monochromatic Colors of #A256B8
Black with #A256B8
Text Example
Text Example
White with #A256B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256B8; }
p { color: rgb(162,86,184); }
H1.HeaderClassName
{
color: #A256B8;
}
.AnyTagClassName
{
color: #A256B8;
}
</style>
background-color css
<style>
a { background-color: #A256B8; }
a { background-color: rgb(162,86,184); }
div.DivClassName
{
background-color: #A256B8;
}
.BgClassName
{
background-color: #A256B8;
}
</style>
border-color css
<style>
span { border-color: #A256B8; }
span { border-color: rgb(162,86,184); }
td.TdClassName
{
border-color: #A256B8;
}
.TagClassName
{
border-color: #A256B8;
}
</style>