Shades of Deep Lilac #A756C1
Tints of Deep Lilac #A756C1
RGB
CMYK
RGB Variations
Color information
#A756C1 (or 0xA756C1) is known color: Deep Lilac. HEX triplet: A7, 56 and C1. RGB value is (167,86,193). Sum of RGB (Red+Green+Blue) = 167+86+193=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #A756C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756C1 is #58A93E. Grayscale: #7A7A7A. Windows color (decimal): -5810495 or 12670631. OLE color: 12670631.
HSL color Cylindrical-coordinate representation of color #A756C1: hue angle of 285.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A756C1 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 86 | 193 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.24 |
| HSL | 285.42º | 0.46% | 0.55% | - |
| HSV(B) | 285.42º | 0.55% | 0.76% | - |
| XYZ | 28.89 | 18.72 | 52.54 | - |
| YUV | 122.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 86 | 193 | 0.13 | 0.55 | 0 | 0.24 | 285.42 | 0.46 | 0.55 |
| Hex | A7 | 56 | C1 | D | 37 | 0 | 18 | 11D | 2E | 37 |
| Octal | 247 | 126 | 301 | 15 | 67 | 0 | 30 | 435 | 56 | 67 |
| Binary | 10100111 | 1010110 | 11000001 | 1101 | 110111 | 0 | 11000 | 100011101 | 101110 | 110111 |
Color Harmonies of #A756C1
Complementary color
Monochromatic Colors of #A756C1
Black with #A756C1
Text Example
Text Example
White with #A756C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A756C1; }
p { color: rgb(167,86,193); }
H1.HeaderClassName
{
color: #A756C1;
}
.AnyTagClassName
{
color: #A756C1;
}
</style>
background-color css
<style>
a { background-color: #A756C1; }
a { background-color: rgb(167,86,193); }
div.DivClassName
{
background-color: #A756C1;
}
.BgClassName
{
background-color: #A756C1;
}
</style>
border-color css
<style>
span { border-color: #A756C1; }
span { border-color: rgb(167,86,193); }
td.TdClassName
{
border-color: #A756C1;
}
.TagClassName
{
border-color: #A756C1;
}
</style>