Shades of Deep Lilac #A74DB5
Tints of Deep Lilac #A74DB5
RGB
CMYK
RGB Variations
Color information
#A74DB5 (or 0xA74DB5) is known color: Deep Lilac. HEX triplet: A7, 4D and B5. RGB value is (167,77,181). Sum of RGB (Red+Green+Blue) = 167+77+181=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #A74DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DB5 is #58B24A. Grayscale: #737373. Windows color (decimal): -5812811 or 11881895. OLE color: 11881895.
HSL color Cylindrical-coordinate representation of color #A74DB5: hue angle of 291.92º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74DB5 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 77 | 181 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.29 |
| HSL | 291.92º | 0.41% | 0.51% | - |
| HSV(B) | 291.92º | 0.57% | 0.71% | - |
| XYZ | 26.93 | 16.86 | 45.55 | - |
| YUV | 115.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 181 | 0.08 | 0.57 | 0 | 0.29 | 291.92 | 0.41 | 0.51 |
| Hex | A7 | 4D | B5 | 8 | 39 | 0 | 1D | 124 | 29 | 33 |
| Octal | 247 | 115 | 265 | 10 | 71 | 0 | 35 | 444 | 51 | 63 |
| Binary | 10100111 | 1001101 | 10110101 | 1000 | 111001 | 0 | 11101 | 100100100 | 101001 | 110011 |
Color Harmonies of #A74DB5
Complementary color
Monochromatic Colors of #A74DB5
Black with #A74DB5
Text Example
Text Example
White with #A74DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DB5; }
p { color: rgb(167,77,181); }
H1.HeaderClassName
{
color: #A74DB5;
}
.AnyTagClassName
{
color: #A74DB5;
}
</style>
background-color css
<style>
a { background-color: #A74DB5; }
a { background-color: rgb(167,77,181); }
div.DivClassName
{
background-color: #A74DB5;
}
.BgClassName
{
background-color: #A74DB5;
}
</style>
border-color css
<style>
span { border-color: #A74DB5; }
span { border-color: rgb(167,77,181); }
td.TdClassName
{
border-color: #A74DB5;
}
.TagClassName
{
border-color: #A74DB5;
}
</style>