Shades of Deep Lilac #A356BC
Tints of Deep Lilac #A356BC
RGB
CMYK
RGB Variations
Color information
#A356BC (or 0xA356BC) is known color: Deep Lilac. HEX triplet: A3, 56 and BC. RGB value is (163,86,188). Sum of RGB (Red+Green+Blue) = 163+86+188=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #A356BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356BC is #5CA943. Grayscale: #787878. Windows color (decimal): -6072644 or 12342947. OLE color: 12342947.
HSL color Cylindrical-coordinate representation of color #A356BC: hue angle of 285.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A356BC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 86 | 188 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.26 |
| HSL | 285.29º | 0.43% | 0.54% | - |
| HSV(B) | 285.29º | 0.54% | 0.74% | - |
| XYZ | 27.51 | 18.07 | 49.62 | - |
| YUV | 120.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 188 | 0.13 | 0.54 | 0 | 0.26 | 285.29 | 0.43 | 0.54 |
| Hex | A3 | 56 | BC | D | 36 | 0 | 1A | 11D | 2B | 36 |
| Octal | 243 | 126 | 274 | 15 | 66 | 0 | 32 | 435 | 53 | 66 |
| Binary | 10100011 | 1010110 | 10111100 | 1101 | 110110 | 0 | 11010 | 100011101 | 101011 | 110110 |
Color Harmonies of #A356BC
Complementary color
Monochromatic Colors of #A356BC
Black with #A356BC
Text Example
Text Example
White with #A356BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356BC; }
p { color: rgb(163,86,188); }
H1.HeaderClassName
{
color: #A356BC;
}
.AnyTagClassName
{
color: #A356BC;
}
</style>
background-color css
<style>
a { background-color: #A356BC; }
a { background-color: rgb(163,86,188); }
div.DivClassName
{
background-color: #A356BC;
}
.BgClassName
{
background-color: #A356BC;
}
</style>
border-color css
<style>
span { border-color: #A356BC; }
span { border-color: rgb(163,86,188); }
td.TdClassName
{
border-color: #A356BC;
}
.TagClassName
{
border-color: #A356BC;
}
</style>