Shades of Deep Lilac #A76BBD
Tints of Deep Lilac #A76BBD
RGB
CMYK
RGB Variations
Color information
#A76BBD (or 0xA76BBD) is known color: Deep Lilac. HEX triplet: A7, 6B and BD. RGB value is (167,107,189). Sum of RGB (Red+Green+Blue) = 167+107+189=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A76BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BBD is #589442. Grayscale: #868686. Windows color (decimal): -5805123 or 12413863. OLE color: 12413863.
HSL color Cylindrical-coordinate representation of color #A76BBD: hue angle of 283.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76BBD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 107 | 189 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.26 |
| HSL | 283.9º | 0.38% | 0.58% | - |
| HSV(B) | 283.9º | 0.43% | 0.74% | - |
| XYZ | 30.38 | 22.41 | 50.87 | - |
| YUV | 134.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 189 | 0.12 | 0.43 | 0 | 0.26 | 283.9 | 0.38 | 0.58 |
| Hex | A7 | 6B | BD | C | 2B | 0 | 1A | 11C | 26 | 3A |
| Octal | 247 | 153 | 275 | 14 | 53 | 0 | 32 | 434 | 46 | 72 |
| Binary | 10100111 | 1101011 | 10111101 | 1100 | 101011 | 0 | 11010 | 100011100 | 100110 | 111010 |
Color Harmonies of #A76BBD
Complementary color
Monochromatic Colors of #A76BBD
Black with #A76BBD
Text Example
Text Example
White with #A76BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BBD; }
p { color: rgb(167,107,189); }
H1.HeaderClassName
{
color: #A76BBD;
}
.AnyTagClassName
{
color: #A76BBD;
}
</style>
background-color css
<style>
a { background-color: #A76BBD; }
a { background-color: rgb(167,107,189); }
div.DivClassName
{
background-color: #A76BBD;
}
.BgClassName
{
background-color: #A76BBD;
}
</style>
border-color css
<style>
span { border-color: #A76BBD; }
span { border-color: rgb(167,107,189); }
td.TdClassName
{
border-color: #A76BBD;
}
.TagClassName
{
border-color: #A76BBD;
}
</style>