Shades of Deep Lilac #A74EBA
Tints of Deep Lilac #A74EBA
RGB
CMYK
RGB Variations
Color information
#A74EBA (or 0xA74EBA) is known color: Deep Lilac. HEX triplet: A7, 4E and BA. RGB value is (167,78,186). Sum of RGB (Red+Green+Blue) = 167+78+186=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A74EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EBA is #58B145. Grayscale: #747474. Windows color (decimal): -5812550 or 12209831. OLE color: 12209831.
HSL color Cylindrical-coordinate representation of color #A74EBA: hue angle of 289.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74EBA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 78 | 186 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.27 |
| HSL | 289.44º | 0.44% | 0.52% | - |
| HSV(B) | 289.44º | 0.58% | 0.73% | - |
| XYZ | 27.52 | 17.21 | 48.33 | - |
| YUV | 116.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 186 | 0.10 | 0.58 | 0 | 0.27 | 289.44 | 0.44 | 0.52 |
| Hex | A7 | 4E | BA | A | 3A | 0 | 1B | 121 | 2C | 34 |
| Octal | 247 | 116 | 272 | 12 | 72 | 0 | 33 | 441 | 54 | 64 |
| Binary | 10100111 | 1001110 | 10111010 | 1010 | 111010 | 0 | 11011 | 100100001 | 101100 | 110100 |
Color Harmonies of #A74EBA
Complementary color
Monochromatic Colors of #A74EBA
Black with #A74EBA
Text Example
Text Example
White with #A74EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EBA; }
p { color: rgb(167,78,186); }
H1.HeaderClassName
{
color: #A74EBA;
}
.AnyTagClassName
{
color: #A74EBA;
}
</style>
background-color css
<style>
a { background-color: #A74EBA; }
a { background-color: rgb(167,78,186); }
div.DivClassName
{
background-color: #A74EBA;
}
.BgClassName
{
background-color: #A74EBA;
}
</style>
border-color css
<style>
span { border-color: #A74EBA; }
span { border-color: rgb(167,78,186); }
td.TdClassName
{
border-color: #A74EBA;
}
.TagClassName
{
border-color: #A74EBA;
}
</style>