Shades of Deep Lilac #A647C2
Tints of Deep Lilac #A647C2
RGB
CMYK
RGB Variations
Color information
#A647C2 (or 0xA647C2) is known color: Deep Lilac. HEX triplet: A6, 47 and C2. RGB value is (166,71,194). Sum of RGB (Red+Green+Blue) = 166+71+194=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #A647C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647C2 is #59B83D. Grayscale: #717171. Windows color (decimal): -5879870 or 12732326. OLE color: 12732326.
HSL color Cylindrical-coordinate representation of color #A647C2: hue angle of 286.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A647C2 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 71 | 194 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.24 |
| HSL | 286.34º | 0.5% | 0.52% | - |
| HSV(B) | 286.34º | 0.63% | 0.76% | - |
| XYZ | 27.72 | 16.51 | 52.76 | - |
| YUV | 113.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 194 | 0.14 | 0.63 | 0 | 0.24 | 286.34 | 0.5 | 0.52 |
| Hex | A6 | 47 | C2 | E | 3F | 0 | 18 | 11E | 32 | 34 |
| Octal | 246 | 107 | 302 | 16 | 77 | 0 | 30 | 436 | 62 | 64 |
| Binary | 10100110 | 1000111 | 11000010 | 1110 | 111111 | 0 | 11000 | 100011110 | 110010 | 110100 |
Color Harmonies of #A647C2
Complementary color
Monochromatic Colors of #A647C2
Black with #A647C2
Text Example
Text Example
White with #A647C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647C2; }
p { color: rgb(166,71,194); }
H1.HeaderClassName
{
color: #A647C2;
}
.AnyTagClassName
{
color: #A647C2;
}
</style>
background-color css
<style>
a { background-color: #A647C2; }
a { background-color: rgb(166,71,194); }
div.DivClassName
{
background-color: #A647C2;
}
.BgClassName
{
background-color: #A647C2;
}
</style>
border-color css
<style>
span { border-color: #A647C2; }
span { border-color: rgb(166,71,194); }
td.TdClassName
{
border-color: #A647C2;
}
.TagClassName
{
border-color: #A647C2;
}
</style>