Shades of Deep Lilac #A74CBE
Tints of Deep Lilac #A74CBE
RGB
CMYK
RGB Variations
Color information
#A74CBE (or 0xA74CBE) is known color: Deep Lilac. HEX triplet: A7, 4C and BE. RGB value is (167,76,190). Sum of RGB (Red+Green+Blue) = 167+76+190=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #A74CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBE is #58B341. Grayscale: #737373. Windows color (decimal): -5813058 or 12471463. OLE color: 12471463.
HSL color Cylindrical-coordinate representation of color #A74CBE: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74CBE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 76 | 190 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.25 |
| HSL | 287.89º | 0.47% | 0.52% | - |
| HSV(B) | 287.89º | 0.6% | 0.75% | - |
| XYZ | 27.82 | 17.1 | 50.55 | - |
| YUV | 116.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 190 | 0.12 | 0.60 | 0 | 0.25 | 287.89 | 0.47 | 0.52 |
| Hex | A7 | 4C | BE | C | 3C | 0 | 19 | 120 | 2F | 34 |
| Octal | 247 | 114 | 276 | 14 | 74 | 0 | 31 | 440 | 57 | 64 |
| Binary | 10100111 | 1001100 | 10111110 | 1100 | 111100 | 0 | 11001 | 100100000 | 101111 | 110100 |
Color Harmonies of #A74CBE
Complementary color
Monochromatic Colors of #A74CBE
Black with #A74CBE
Text Example
Text Example
White with #A74CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CBE; }
p { color: rgb(167,76,190); }
H1.HeaderClassName
{
color: #A74CBE;
}
.AnyTagClassName
{
color: #A74CBE;
}
</style>
background-color css
<style>
a { background-color: #A74CBE; }
a { background-color: rgb(167,76,190); }
div.DivClassName
{
background-color: #A74CBE;
}
.BgClassName
{
background-color: #A74CBE;
}
</style>
border-color css
<style>
span { border-color: #A74CBE; }
span { border-color: rgb(167,76,190); }
td.TdClassName
{
border-color: #A74CBE;
}
.TagClassName
{
border-color: #A74CBE;
}
</style>