Shades of Deep Lilac #A356BA
Tints of Deep Lilac #A356BA
RGB
CMYK
RGB Variations
Color information
#A356BA (or 0xA356BA) is known color: Deep Lilac. HEX triplet: A3, 56 and BA. RGB value is (163,86,186). Sum of RGB (Red+Green+Blue) = 163+86+186=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A356BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356BA is #5CA945. Grayscale: #787878. Windows color (decimal): -6072646 or 12211875. OLE color: 12211875.
HSL color Cylindrical-coordinate representation of color #A356BA: hue angle of 286.2º 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 #A356BA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 86 | 186 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.27 |
| HSL | 286.2º | 0.42% | 0.53% | - |
| HSV(B) | 286.2º | 0.54% | 0.73% | - |
| XYZ | 27.29 | 17.99 | 48.49 | - |
| YUV | 120.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 186 | 0.12 | 0.54 | 0 | 0.27 | 286.2 | 0.42 | 0.53 |
| Hex | A3 | 56 | BA | C | 36 | 0 | 1B | 11E | 2A | 35 |
| Octal | 243 | 126 | 272 | 14 | 66 | 0 | 33 | 436 | 52 | 65 |
| Binary | 10100011 | 1010110 | 10111010 | 1100 | 110110 | 0 | 11011 | 100011110 | 101010 | 110101 |
Color Harmonies of #A356BA
Complementary color
Monochromatic Colors of #A356BA
Black with #A356BA
Text Example
Text Example
White with #A356BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356BA; }
p { color: rgb(163,86,186); }
H1.HeaderClassName
{
color: #A356BA;
}
.AnyTagClassName
{
color: #A356BA;
}
</style>
background-color css
<style>
a { background-color: #A356BA; }
a { background-color: rgb(163,86,186); }
div.DivClassName
{
background-color: #A356BA;
}
.BgClassName
{
background-color: #A356BA;
}
</style>
border-color css
<style>
span { border-color: #A356BA; }
span { border-color: rgb(163,86,186); }
td.TdClassName
{
border-color: #A356BA;
}
.TagClassName
{
border-color: #A356BA;
}
</style>