Shades of Deep Lilac #A76CB8
Tints of Deep Lilac #A76CB8
RGB
CMYK
RGB Variations
Color information
#A76CB8 (or 0xA76CB8) is known color: Deep Lilac. HEX triplet: A7, 6C and B8. RGB value is (167,108,184). Sum of RGB (Red+Green+Blue) = 167+108+184=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #A76CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CB8 is #589347. Grayscale: #868686. Windows color (decimal): -5804872 or 12086439. OLE color: 12086439.
HSL color Cylindrical-coordinate representation of color #A76CB8: hue angle of 286.58º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76CB8 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 108 | 184 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.28 |
| HSL | 286.58º | 0.35% | 0.57% | - |
| HSV(B) | 286.58º | 0.41% | 0.72% | - |
| XYZ | 29.95 | 22.4 | 48.09 | - |
| YUV | 134.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 184 | 0.09 | 0.41 | 0 | 0.28 | 286.58 | 0.35 | 0.57 |
| Hex | A7 | 6C | B8 | 9 | 29 | 0 | 1C | 11F | 23 | 39 |
| Octal | 247 | 154 | 270 | 11 | 51 | 0 | 34 | 437 | 43 | 71 |
| Binary | 10100111 | 1101100 | 10111000 | 1001 | 101001 | 0 | 11100 | 100011111 | 100011 | 111001 |
Color Harmonies of #A76CB8
Complementary color
Monochromatic Colors of #A76CB8
Black with #A76CB8
Text Example
Text Example
White with #A76CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CB8; }
p { color: rgb(167,108,184); }
H1.HeaderClassName
{
color: #A76CB8;
}
.AnyTagClassName
{
color: #A76CB8;
}
</style>
background-color css
<style>
a { background-color: #A76CB8; }
a { background-color: rgb(167,108,184); }
div.DivClassName
{
background-color: #A76CB8;
}
.BgClassName
{
background-color: #A76CB8;
}
</style>
border-color css
<style>
span { border-color: #A76CB8; }
span { border-color: rgb(167,108,184); }
td.TdClassName
{
border-color: #A76CB8;
}
.TagClassName
{
border-color: #A76CB8;
}
</style>