Shades of Deep Lilac #A656C1
Tints of Deep Lilac #A656C1
RGB
CMYK
RGB Variations
Color information
#A656C1 (or 0xA656C1) is known color: Deep Lilac. HEX triplet: A6, 56 and C1. RGB value is (166,86,193). Sum of RGB (Red+Green+Blue) = 166+86+193=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #A656C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656C1 is #59A93E. Grayscale: #797979. Windows color (decimal): -5876031 or 12670630. OLE color: 12670630.
HSL color Cylindrical-coordinate representation of color #A656C1: hue angle of 284.86º 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 #A656C1 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 86 | 193 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.24 |
| HSL | 284.86º | 0.46% | 0.55% | - |
| HSV(B) | 284.86º | 0.55% | 0.76% | - |
| XYZ | 28.68 | 18.61 | 52.53 | - |
| YUV | 122.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 193 | 0.14 | 0.55 | 0 | 0.24 | 284.86 | 0.46 | 0.55 |
| Hex | A6 | 56 | C1 | E | 37 | 0 | 18 | 11D | 2E | 37 |
| Octal | 246 | 126 | 301 | 16 | 67 | 0 | 30 | 435 | 56 | 67 |
| Binary | 10100110 | 1010110 | 11000001 | 1110 | 110111 | 0 | 11000 | 100011101 | 101110 | 110111 |
Color Harmonies of #A656C1
Complementary color
Monochromatic Colors of #A656C1
Black with #A656C1
Text Example
Text Example
White with #A656C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656C1; }
p { color: rgb(166,86,193); }
H1.HeaderClassName
{
color: #A656C1;
}
.AnyTagClassName
{
color: #A656C1;
}
</style>
background-color css
<style>
a { background-color: #A656C1; }
a { background-color: rgb(166,86,193); }
div.DivClassName
{
background-color: #A656C1;
}
.BgClassName
{
background-color: #A656C1;
}
</style>
border-color css
<style>
span { border-color: #A656C1; }
span { border-color: rgb(166,86,193); }
td.TdClassName
{
border-color: #A656C1;
}
.TagClassName
{
border-color: #A656C1;
}
</style>