Shades of Deep Lilac #A661C6
Tints of Deep Lilac #A661C6
RGB
CMYK
RGB Variations
Color information
#A661C6 (or 0xA661C6) is known color: Deep Lilac. HEX triplet: A6, 61 and C6. RGB value is (166,97,198). Sum of RGB (Red+Green+Blue) = 166+97+198=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #A661C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661C6 is #599E39. Grayscale: #808080. Windows color (decimal): -5873210 or 13001126. OLE color: 13001126.
HSL color Cylindrical-coordinate representation of color #A661C6: hue angle of 280.99º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A661C6 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 97 | 198 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.22 |
| HSL | 280.99º | 0.47% | 0.58% | - |
| HSV(B) | 280.99º | 0.51% | 0.78% | - |
| XYZ | 30.19 | 20.73 | 55.84 | - |
| YUV | 129.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 198 | 0.16 | 0.51 | 0 | 0.22 | 280.99 | 0.47 | 0.58 |
| Hex | A6 | 61 | C6 | 10 | 33 | 0 | 16 | 119 | 2F | 3A |
| Octal | 246 | 141 | 306 | 20 | 63 | 0 | 26 | 431 | 57 | 72 |
| Binary | 10100110 | 1100001 | 11000110 | 10000 | 110011 | 0 | 10110 | 100011001 | 101111 | 111010 |
Color Harmonies of #A661C6
Complementary color
Monochromatic Colors of #A661C6
Black with #A661C6
Text Example
Text Example
White with #A661C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661C6; }
p { color: rgb(166,97,198); }
H1.HeaderClassName
{
color: #A661C6;
}
.AnyTagClassName
{
color: #A661C6;
}
</style>
background-color css
<style>
a { background-color: #A661C6; }
a { background-color: rgb(166,97,198); }
div.DivClassName
{
background-color: #A661C6;
}
.BgClassName
{
background-color: #A661C6;
}
</style>
border-color css
<style>
span { border-color: #A661C6; }
span { border-color: rgb(166,97,198); }
td.TdClassName
{
border-color: #A661C6;
}
.TagClassName
{
border-color: #A661C6;
}
</style>