Shades of Deep Lilac #A761C2
Tints of Deep Lilac #A761C2
RGB
CMYK
RGB Variations
Color information
#A761C2 (or 0xA761C2) is known color: Deep Lilac. HEX triplet: A7, 61 and C2. RGB value is (167,97,194). Sum of RGB (Red+Green+Blue) = 167+97+194=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #A761C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761C2 is #589E3D. Grayscale: #808080. Windows color (decimal): -5807678 or 12738983. OLE color: 12738983.
HSL color Cylindrical-coordinate representation of color #A761C2: hue angle of 283.3º 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 #A761C2 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 97 | 194 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.24 |
| HSL | 283.3º | 0.44% | 0.57% | - |
| HSV(B) | 283.3º | 0.5% | 0.76% | - |
| XYZ | 29.95 | 20.66 | 53.45 | - |
| YUV | 128.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 194 | 0.14 | 0.50 | 0 | 0.24 | 283.3 | 0.44 | 0.57 |
| Hex | A7 | 61 | C2 | E | 32 | 0 | 18 | 11B | 2C | 39 |
| Octal | 247 | 141 | 302 | 16 | 62 | 0 | 30 | 433 | 54 | 71 |
| Binary | 10100111 | 1100001 | 11000010 | 1110 | 110010 | 0 | 11000 | 100011011 | 101100 | 111001 |
Color Harmonies of #A761C2
Complementary color
Monochromatic Colors of #A761C2
Black with #A761C2
Text Example
Text Example
White with #A761C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761C2; }
p { color: rgb(167,97,194); }
H1.HeaderClassName
{
color: #A761C2;
}
.AnyTagClassName
{
color: #A761C2;
}
</style>
background-color css
<style>
a { background-color: #A761C2; }
a { background-color: rgb(167,97,194); }
div.DivClassName
{
background-color: #A761C2;
}
.BgClassName
{
background-color: #A761C2;
}
</style>
border-color css
<style>
span { border-color: #A761C2; }
span { border-color: rgb(167,97,194); }
td.TdClassName
{
border-color: #A761C2;
}
.TagClassName
{
border-color: #A761C2;
}
</style>