Shades of Deep Lilac #A74CBD
Tints of Deep Lilac #A74CBD
RGB
CMYK
RGB Variations
Color information
#A74CBD (or 0xA74CBD) is known color: Deep Lilac. HEX triplet: A7, 4C and BD. RGB value is (167,76,189). Sum of RGB (Red+Green+Blue) = 167+76+189=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A74CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBD is #58B342. Grayscale: #737373. Windows color (decimal): -5813059 or 12405927. OLE color: 12405927.
HSL color Cylindrical-coordinate representation of color #A74CBD: hue angle of 288.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74CBD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 76 | 189 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.26 |
| HSL | 288.32º | 0.46% | 0.52% | - |
| HSV(B) | 288.32º | 0.6% | 0.74% | - |
| XYZ | 27.71 | 17.06 | 49.98 | - |
| YUV | 116.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 189 | 0.12 | 0.60 | 0 | 0.26 | 288.32 | 0.46 | 0.52 |
| Hex | A7 | 4C | BD | C | 3C | 0 | 1A | 120 | 2E | 34 |
| Octal | 247 | 114 | 275 | 14 | 74 | 0 | 32 | 440 | 56 | 64 |
| Binary | 10100111 | 1001100 | 10111101 | 1100 | 111100 | 0 | 11010 | 100100000 | 101110 | 110100 |
Color Harmonies of #A74CBD
Complementary color
Monochromatic Colors of #A74CBD
Black with #A74CBD
Text Example
Text Example
White with #A74CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CBD; }
p { color: rgb(167,76,189); }
H1.HeaderClassName
{
color: #A74CBD;
}
.AnyTagClassName
{
color: #A74CBD;
}
</style>
background-color css
<style>
a { background-color: #A74CBD; }
a { background-color: rgb(167,76,189); }
div.DivClassName
{
background-color: #A74CBD;
}
.BgClassName
{
background-color: #A74CBD;
}
</style>
border-color css
<style>
span { border-color: #A74CBD; }
span { border-color: rgb(167,76,189); }
td.TdClassName
{
border-color: #A74CBD;
}
.TagClassName
{
border-color: #A74CBD;
}
</style>