Shades of Deep Lilac #A76DBD
Tints of Deep Lilac #A76DBD
RGB
CMYK
RGB Variations
Color information
#A76DBD (or 0xA76DBD) is known color: Deep Lilac. HEX triplet: A7, 6D and BD. RGB value is (167,109,189). Sum of RGB (Red+Green+Blue) = 167+109+189=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A76DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DBD is #589242. Grayscale: #878787. Windows color (decimal): -5804611 or 12414375. OLE color: 12414375.
HSL color Cylindrical-coordinate representation of color #A76DBD: hue angle of 283.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76DBD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 109 | 189 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.26 |
| HSL | 283.5º | 0.38% | 0.58% | - |
| HSV(B) | 283.5º | 0.42% | 0.74% | - |
| XYZ | 30.59 | 22.83 | 50.94 | - |
| YUV | 135.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 189 | 0.12 | 0.42 | 0 | 0.26 | 283.5 | 0.38 | 0.58 |
| Hex | A7 | 6D | BD | C | 2A | 0 | 1A | 11C | 26 | 3A |
| Octal | 247 | 155 | 275 | 14 | 52 | 0 | 32 | 434 | 46 | 72 |
| Binary | 10100111 | 1101101 | 10111101 | 1100 | 101010 | 0 | 11010 | 100011100 | 100110 | 111010 |
Color Harmonies of #A76DBD
Complementary color
Monochromatic Colors of #A76DBD
Black with #A76DBD
Text Example
Text Example
White with #A76DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DBD; }
p { color: rgb(167,109,189); }
H1.HeaderClassName
{
color: #A76DBD;
}
.AnyTagClassName
{
color: #A76DBD;
}
</style>
background-color css
<style>
a { background-color: #A76DBD; }
a { background-color: rgb(167,109,189); }
div.DivClassName
{
background-color: #A76DBD;
}
.BgClassName
{
background-color: #A76DBD;
}
</style>
border-color css
<style>
span { border-color: #A76DBD; }
span { border-color: rgb(167,109,189); }
td.TdClassName
{
border-color: #A76DBD;
}
.TagClassName
{
border-color: #A76DBD;
}
</style>