Shades of Deep Lilac #A74DBD
Tints of Deep Lilac #A74DBD
RGB
CMYK
RGB Variations
Color information
#A74DBD (or 0xA74DBD) is known color: Deep Lilac. HEX triplet: A7, 4D and BD. RGB value is (167,77,189). Sum of RGB (Red+Green+Blue) = 167+77+189=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A74DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DBD is #58B242. Grayscale: #747474. Windows color (decimal): -5812803 or 12406183. OLE color: 12406183.
HSL color Cylindrical-coordinate representation of color #A74DBD: hue angle of 288.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74DBD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 77 | 189 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.26 |
| HSL | 288.21º | 0.46% | 0.52% | - |
| HSV(B) | 288.21º | 0.59% | 0.74% | - |
| XYZ | 27.78 | 17.2 | 50 | - |
| YUV | 116.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 189 | 0.12 | 0.59 | 0 | 0.26 | 288.21 | 0.46 | 0.52 |
| Hex | A7 | 4D | BD | C | 3B | 0 | 1A | 120 | 2E | 34 |
| Octal | 247 | 115 | 275 | 14 | 73 | 0 | 32 | 440 | 56 | 64 |
| Binary | 10100111 | 1001101 | 10111101 | 1100 | 111011 | 0 | 11010 | 100100000 | 101110 | 110100 |
Color Harmonies of #A74DBD
Complementary color
Monochromatic Colors of #A74DBD
Black with #A74DBD
Text Example
Text Example
White with #A74DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DBD; }
p { color: rgb(167,77,189); }
H1.HeaderClassName
{
color: #A74DBD;
}
.AnyTagClassName
{
color: #A74DBD;
}
</style>
background-color css
<style>
a { background-color: #A74DBD; }
a { background-color: rgb(167,77,189); }
div.DivClassName
{
background-color: #A74DBD;
}
.BgClassName
{
background-color: #A74DBD;
}
</style>
border-color css
<style>
span { border-color: #A74DBD; }
span { border-color: rgb(167,77,189); }
td.TdClassName
{
border-color: #A74DBD;
}
.TagClassName
{
border-color: #A74DBD;
}
</style>