Shades of Violet Blue #A76CAC
Tints of Violet Blue #A76CAC
RGB
CMYK
RGB Variations
Color information
#A76CAC (or 0xA76CAC) is known color: Violet Blue. HEX triplet: A7, 6C and AC. RGB value is (167,108,172). Sum of RGB (Red+Green+Blue) = 167+108+172=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAC is #589353. Grayscale: #848484. Windows color (decimal): -5804884 or 11300007. OLE color: 11300007.
HSL color Cylindrical-coordinate representation of color #A76CAC: hue angle of 295.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76CAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 108 | 172 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.33 |
| HSL | 295.31º | 0.28% | 0.55% | - |
| HSV(B) | 295.31º | 0.37% | 0.67% | - |
| XYZ | 28.75 | 21.92 | 41.75 | - |
| YUV | 132.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 172 | 0.03 | 0.37 | 0 | 0.33 | 295.31 | 0.28 | 0.55 |
| Hex | A7 | 6C | AC | 3 | 25 | 0 | 21 | 127 | 1C | 37 |
| Octal | 247 | 154 | 254 | 3 | 45 | 0 | 41 | 447 | 34 | 67 |
| Binary | 10100111 | 1101100 | 10101100 | 11 | 100101 | 0 | 100001 | 100100111 | 11100 | 110111 |
Color Harmonies of #A76CAC
Complementary color
Monochromatic Colors of #A76CAC
Black with #A76CAC
Text Example
Text Example
White with #A76CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CAC; }
p { color: rgb(167,108,172); }
H1.HeaderClassName
{
color: #A76CAC;
}
.AnyTagClassName
{
color: #A76CAC;
}
</style>
background-color css
<style>
a { background-color: #A76CAC; }
a { background-color: rgb(167,108,172); }
div.DivClassName
{
background-color: #A76CAC;
}
.BgClassName
{
background-color: #A76CAC;
}
</style>
border-color css
<style>
span { border-color: #A76CAC; }
span { border-color: rgb(167,108,172); }
td.TdClassName
{
border-color: #A76CAC;
}
.TagClassName
{
border-color: #A76CAC;
}
</style>