Shades of Deep Lilac #A747C1
Tints of Deep Lilac #A747C1
RGB
CMYK
RGB Variations
Color information
#A747C1 (or 0xA747C1) is known color: Deep Lilac. HEX triplet: A7, 47 and C1. RGB value is (167,71,193). Sum of RGB (Red+Green+Blue) = 167+71+193=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #A747C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747C1 is #58B83E. Grayscale: #717171. Windows color (decimal): -5814335 or 12666791. OLE color: 12666791.
HSL color Cylindrical-coordinate representation of color #A747C1: hue angle of 287.21º 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 #A747C1 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 71 | 193 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.24 |
| HSL | 287.21º | 0.5% | 0.52% | - |
| HSV(B) | 287.21º | 0.63% | 0.76% | - |
| XYZ | 27.82 | 16.57 | 52.18 | - |
| YUV | 113.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 193 | 0.13 | 0.63 | 0 | 0.24 | 287.21 | 0.5 | 0.52 |
| Hex | A7 | 47 | C1 | D | 3F | 0 | 18 | 11F | 32 | 34 |
| Octal | 247 | 107 | 301 | 15 | 77 | 0 | 30 | 437 | 62 | 64 |
| Binary | 10100111 | 1000111 | 11000001 | 1101 | 111111 | 0 | 11000 | 100011111 | 110010 | 110100 |
Color Harmonies of #A747C1
Complementary color
Monochromatic Colors of #A747C1
Black with #A747C1
Text Example
Text Example
White with #A747C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747C1; }
p { color: rgb(167,71,193); }
H1.HeaderClassName
{
color: #A747C1;
}
.AnyTagClassName
{
color: #A747C1;
}
</style>
background-color css
<style>
a { background-color: #A747C1; }
a { background-color: rgb(167,71,193); }
div.DivClassName
{
background-color: #A747C1;
}
.BgClassName
{
background-color: #A747C1;
}
</style>
border-color css
<style>
span { border-color: #A747C1; }
span { border-color: rgb(167,71,193); }
td.TdClassName
{
border-color: #A747C1;
}
.TagClassName
{
border-color: #A747C1;
}
</style>