Shades of Deep Lilac #A74DBE
Tints of Deep Lilac #A74DBE
RGB
CMYK
RGB Variations
Color information
#A74DBE (or 0xA74DBE) is known color: Deep Lilac. HEX triplet: A7, 4D and BE. RGB value is (167,77,190). Sum of RGB (Red+Green+Blue) = 167+77+190=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #A74DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DBE is #58B241. Grayscale: #747474. Windows color (decimal): -5812802 or 12471719. OLE color: 12471719.
HSL color Cylindrical-coordinate representation of color #A74DBE: hue angle of 287.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74DBE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 77 | 190 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.25 |
| HSL | 287.79º | 0.47% | 0.52% | - |
| HSV(B) | 287.79º | 0.59% | 0.75% | - |
| XYZ | 27.88 | 17.24 | 50.57 | - |
| YUV | 116.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 190 | 0.12 | 0.59 | 0 | 0.25 | 287.79 | 0.47 | 0.52 |
| Hex | A7 | 4D | BE | C | 3B | 0 | 19 | 120 | 2F | 34 |
| Octal | 247 | 115 | 276 | 14 | 73 | 0 | 31 | 440 | 57 | 64 |
| Binary | 10100111 | 1001101 | 10111110 | 1100 | 111011 | 0 | 11001 | 100100000 | 101111 | 110100 |
Color Harmonies of #A74DBE
Complementary color
Monochromatic Colors of #A74DBE
Black with #A74DBE
Text Example
Text Example
White with #A74DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DBE; }
p { color: rgb(167,77,190); }
H1.HeaderClassName
{
color: #A74DBE;
}
.AnyTagClassName
{
color: #A74DBE;
}
</style>
background-color css
<style>
a { background-color: #A74DBE; }
a { background-color: rgb(167,77,190); }
div.DivClassName
{
background-color: #A74DBE;
}
.BgClassName
{
background-color: #A74DBE;
}
</style>
border-color css
<style>
span { border-color: #A74DBE; }
span { border-color: rgb(167,77,190); }
td.TdClassName
{
border-color: #A74DBE;
}
.TagClassName
{
border-color: #A74DBE;
}
</style>