Shades of Deep Lilac #A356B9
Tints of Deep Lilac #A356B9
RGB
CMYK
RGB Variations
Color information
#A356B9 (or 0xA356B9) is known color: Deep Lilac. HEX triplet: A3, 56 and B9. RGB value is (163,86,185). Sum of RGB (Red+Green+Blue) = 163+86+185=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #A356B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356B9 is #5CA946. Grayscale: #777777. Windows color (decimal): -6072647 or 12146339. OLE color: 12146339.
HSL color Cylindrical-coordinate representation of color #A356B9: hue angle of 286.67º degrees, saturation: 0.41, 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 #A356B9 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 86 | 185 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.27 |
| HSL | 286.67º | 0.41% | 0.53% | - |
| HSV(B) | 286.67º | 0.54% | 0.73% | - |
| XYZ | 27.19 | 17.94 | 47.93 | - |
| YUV | 120.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 185 | 0.12 | 0.54 | 0 | 0.27 | 286.67 | 0.41 | 0.53 |
| Hex | A3 | 56 | B9 | C | 36 | 0 | 1B | 11F | 29 | 35 |
| Octal | 243 | 126 | 271 | 14 | 66 | 0 | 33 | 437 | 51 | 65 |
| Binary | 10100011 | 1010110 | 10111001 | 1100 | 110110 | 0 | 11011 | 100011111 | 101001 | 110101 |
Color Harmonies of #A356B9
Complementary color
Monochromatic Colors of #A356B9
Black with #A356B9
Text Example
Text Example
White with #A356B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356B9; }
p { color: rgb(163,86,185); }
H1.HeaderClassName
{
color: #A356B9;
}
.AnyTagClassName
{
color: #A356B9;
}
</style>
background-color css
<style>
a { background-color: #A356B9; }
a { background-color: rgb(163,86,185); }
div.DivClassName
{
background-color: #A356B9;
}
.BgClassName
{
background-color: #A356B9;
}
</style>
border-color css
<style>
span { border-color: #A356B9; }
span { border-color: rgb(163,86,185); }
td.TdClassName
{
border-color: #A356B9;
}
.TagClassName
{
border-color: #A356B9;
}
</style>