Shades of Violet Blue #A76BAB
Tints of Violet Blue #A76BAB
RGB
CMYK
RGB Variations
Color information
#A76BAB (or 0xA76BAB) is known color: Violet Blue. HEX triplet: A7, 6B and AB. RGB value is (167,107,171). Sum of RGB (Red+Green+Blue) = 167+107+171=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAB is #589454. Grayscale: #848484. Windows color (decimal): -5805141 or 11234215. OLE color: 11234215.
HSL color Cylindrical-coordinate representation of color #A76BAB: hue angle of 296.25º 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 #A76BAB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 107 | 171 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.33 |
| HSL | 296.25º | 0.28% | 0.55% | - |
| HSV(B) | 296.25º | 0.37% | 0.67% | - |
| XYZ | 28.54 | 21.67 | 41.21 | - |
| YUV | 132.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 171 | 0.02 | 0.37 | 0 | 0.33 | 296.25 | 0.28 | 0.55 |
| Hex | A7 | 6B | AB | 2 | 25 | 0 | 21 | 128 | 1C | 37 |
| Octal | 247 | 153 | 253 | 2 | 45 | 0 | 41 | 450 | 34 | 67 |
| Binary | 10100111 | 1101011 | 10101011 | 10 | 100101 | 0 | 100001 | 100101000 | 11100 | 110111 |
Color Harmonies of #A76BAB
Complementary color
Monochromatic Colors of #A76BAB
Black with #A76BAB
Text Example
Text Example
White with #A76BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BAB; }
p { color: rgb(167,107,171); }
H1.HeaderClassName
{
color: #A76BAB;
}
.AnyTagClassName
{
color: #A76BAB;
}
</style>
background-color css
<style>
a { background-color: #A76BAB; }
a { background-color: rgb(167,107,171); }
div.DivClassName
{
background-color: #A76BAB;
}
.BgClassName
{
background-color: #A76BAB;
}
</style>
border-color css
<style>
span { border-color: #A76BAB; }
span { border-color: rgb(167,107,171); }
td.TdClassName
{
border-color: #A76BAB;
}
.TagClassName
{
border-color: #A76BAB;
}
</style>