Shades of Deep Lilac #A661C1
Tints of Deep Lilac #A661C1
RGB
CMYK
RGB Variations
Color information
#A661C1 (or 0xA661C1) is known color: Deep Lilac. HEX triplet: A6, 61 and C1. RGB value is (166,97,193). Sum of RGB (Red+Green+Blue) = 166+97+193=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A661C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661C1 is #599E3E. Grayscale: #808080. Windows color (decimal): -5873215 or 12673446. OLE color: 12673446.
HSL color Cylindrical-coordinate representation of color #A661C1: hue angle of 283.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A661C1 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 97 | 193 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.24 |
| HSL | 283.13º | 0.44% | 0.57% | - |
| HSV(B) | 283.13º | 0.5% | 0.76% | - |
| XYZ | 29.63 | 20.51 | 52.85 | - |
| YUV | 128.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 193 | 0.14 | 0.50 | 0 | 0.24 | 283.13 | 0.44 | 0.57 |
| Hex | A6 | 61 | C1 | E | 32 | 0 | 18 | 11B | 2C | 39 |
| Octal | 246 | 141 | 301 | 16 | 62 | 0 | 30 | 433 | 54 | 71 |
| Binary | 10100110 | 1100001 | 11000001 | 1110 | 110010 | 0 | 11000 | 100011011 | 101100 | 111001 |
Color Harmonies of #A661C1
Complementary color
Monochromatic Colors of #A661C1
Black with #A661C1
Text Example
Text Example
White with #A661C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661C1; }
p { color: rgb(166,97,193); }
H1.HeaderClassName
{
color: #A661C1;
}
.AnyTagClassName
{
color: #A661C1;
}
</style>
background-color css
<style>
a { background-color: #A661C1; }
a { background-color: rgb(166,97,193); }
div.DivClassName
{
background-color: #A661C1;
}
.BgClassName
{
background-color: #A661C1;
}
</style>
border-color css
<style>
span { border-color: #A661C1; }
span { border-color: rgb(166,97,193); }
td.TdClassName
{
border-color: #A661C1;
}
.TagClassName
{
border-color: #A661C1;
}
</style>