Shades of Deep Lilac #A756BC
Tints of Deep Lilac #A756BC
RGB
CMYK
RGB Variations
Color information
#A756BC (or 0xA756BC) is known color: Deep Lilac. HEX triplet: A7, 56 and BC. RGB value is (167,86,188). Sum of RGB (Red+Green+Blue) = 167+86+188=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A756BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756BC is #58A943. Grayscale: #797979. Windows color (decimal): -5810500 or 12342951. OLE color: 12342951.
HSL color Cylindrical-coordinate representation of color #A756BC: hue angle of 287.65º 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 #A756BC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 86 | 188 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.26 |
| HSL | 287.65º | 0.43% | 0.54% | - |
| HSV(B) | 287.65º | 0.54% | 0.74% | - |
| XYZ | 28.34 | 18.5 | 49.65 | - |
| YUV | 121.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 188 | 0.11 | 0.54 | 0 | 0.26 | 287.65 | 0.43 | 0.54 |
| Hex | A7 | 56 | BC | B | 36 | 0 | 1A | 120 | 2B | 36 |
| Octal | 247 | 126 | 274 | 13 | 66 | 0 | 32 | 440 | 53 | 66 |
| Binary | 10100111 | 1010110 | 10111100 | 1011 | 110110 | 0 | 11010 | 100100000 | 101011 | 110110 |
Color Harmonies of #A756BC
Complementary color
Monochromatic Colors of #A756BC
Black with #A756BC
Text Example
Text Example
White with #A756BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756BC; }
p { color: rgb(167,86,188); }
H1.HeaderClassName
{
color: #A756BC;
}
.AnyTagClassName
{
color: #A756BC;
}
</style>
background-color css
<style>
a { background-color: #A756BC; }
a { background-color: rgb(167,86,188); }
div.DivClassName
{
background-color: #A756BC;
}
.BgClassName
{
background-color: #A756BC;
}
</style>
border-color css
<style>
span { border-color: #A756BC; }
span { border-color: rgb(167,86,188); }
td.TdClassName
{
border-color: #A756BC;
}
.TagClassName
{
border-color: #A756BC;
}
</style>