Shades of Deep Lilac #A74DB6
Tints of Deep Lilac #A74DB6
RGB
CMYK
RGB Variations
Color information
#A74DB6 (or 0xA74DB6) is known color: Deep Lilac. HEX triplet: A7, 4D and B6. RGB value is (167,77,182). Sum of RGB (Red+Green+Blue) = 167+77+182=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #A74DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DB6 is #58B249. Grayscale: #737373. Windows color (decimal): -5812810 or 11947431. OLE color: 11947431.
HSL color Cylindrical-coordinate representation of color #A74DB6: hue angle of 291.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74DB6 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 77 | 182 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.29 |
| HSL | 291.43º | 0.42% | 0.51% | - |
| HSV(B) | 291.43º | 0.58% | 0.71% | - |
| XYZ | 27.03 | 16.9 | 46.09 | - |
| YUV | 115.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 182 | 0.08 | 0.58 | 0 | 0.29 | 291.43 | 0.42 | 0.51 |
| Hex | A7 | 4D | B6 | 8 | 3A | 0 | 1D | 123 | 2A | 33 |
| Octal | 247 | 115 | 266 | 10 | 72 | 0 | 35 | 443 | 52 | 63 |
| Binary | 10100111 | 1001101 | 10110110 | 1000 | 111010 | 0 | 11101 | 100100011 | 101010 | 110011 |
Color Harmonies of #A74DB6
Complementary color
Monochromatic Colors of #A74DB6
Black with #A74DB6
Text Example
Text Example
White with #A74DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DB6; }
p { color: rgb(167,77,182); }
H1.HeaderClassName
{
color: #A74DB6;
}
.AnyTagClassName
{
color: #A74DB6;
}
</style>
background-color css
<style>
a { background-color: #A74DB6; }
a { background-color: rgb(167,77,182); }
div.DivClassName
{
background-color: #A74DB6;
}
.BgClassName
{
background-color: #A74DB6;
}
</style>
border-color css
<style>
span { border-color: #A74DB6; }
span { border-color: rgb(167,77,182); }
td.TdClassName
{
border-color: #A74DB6;
}
.TagClassName
{
border-color: #A74DB6;
}
</style>