Shades of Deep Lilac #A747B2
Tints of Deep Lilac #A747B2
RGB
CMYK
RGB Variations
Color information
#A747B2 (or 0xA747B2) is known color: Deep Lilac. HEX triplet: A7, 47 and B2. RGB value is (167,71,178). Sum of RGB (Red+Green+Blue) = 167+71+178=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #A747B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A747B2 is #58B84D. Grayscale: #6F6F6F. Windows color (decimal): -5814350 or 11683751. OLE color: 11683751.
HSL color Cylindrical-coordinate representation of color #A747B2: hue angle of 293.83º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A747B2 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 71 | 178 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.30 |
| HSL | 293.83º | 0.43% | 0.49% | - |
| HSV(B) | 293.83º | 0.6% | 0.7% | - |
| XYZ | 26.23 | 15.94 | 43.81 | - |
| YUV | 111.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 178 | 0.06 | 0.60 | 0 | 0.30 | 293.83 | 0.43 | 0.49 |
| Hex | A7 | 47 | B2 | 6 | 3C | 0 | 1E | 126 | 2B | 31 |
| Octal | 247 | 107 | 262 | 6 | 74 | 0 | 36 | 446 | 53 | 61 |
| Binary | 10100111 | 1000111 | 10110010 | 110 | 111100 | 0 | 11110 | 100100110 | 101011 | 110001 |
Color Harmonies of #A747B2
Complementary color
Monochromatic Colors of #A747B2
Black with #A747B2
Text Example
Text Example
White with #A747B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A747B2; }
p { color: rgb(167,71,178); }
H1.HeaderClassName
{
color: #A747B2;
}
.AnyTagClassName
{
color: #A747B2;
}
</style>
background-color css
<style>
a { background-color: #A747B2; }
a { background-color: rgb(167,71,178); }
div.DivClassName
{
background-color: #A747B2;
}
.BgClassName
{
background-color: #A747B2;
}
</style>
border-color css
<style>
span { border-color: #A747B2; }
span { border-color: rgb(167,71,178); }
td.TdClassName
{
border-color: #A747B2;
}
.TagClassName
{
border-color: #A747B2;
}
</style>