Shades of Violet Blue #A76999
Tints of Violet Blue #A76999
RGB
CMYK
RGB Variations
Color information
#A76999 (or 0xA76999) is known color: Violet Blue. HEX triplet: A7, 69 and 99. RGB value is (167,105,153). Sum of RGB (Red+Green+Blue) = 167+105+153=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A76999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76999 is #589666. Grayscale: #808080. Windows color (decimal): -5805671 or 10054055. OLE color: 10054055.
HSL color Cylindrical-coordinate representation of color #A76999: hue angle of 313.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76999 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 153 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.35 |
| HSL | 313.55º | 0.26% | 0.53% | - |
| HSV(B) | 313.55º | 0.37% | 0.65% | - |
| XYZ | 26.74 | 20.62 | 32.71 | - |
| YUV | 129.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 153 | 0 | 0.37 | 0.08 | 0.35 | 313.55 | 0.26 | 0.53 |
| Hex | A7 | 69 | 99 | 0 | 25 | 8 | 23 | 13A | 1A | 35 |
| Octal | 247 | 151 | 231 | 0 | 45 | 10 | 43 | 472 | 32 | 65 |
| Binary | 10100111 | 1101001 | 10011001 | 0 | 100101 | 1000 | 100011 | 100111010 | 11010 | 110101 |
Color Harmonies of #A76999
Complementary color
Monochromatic Colors of #A76999
Black with #A76999
Text Example
Text Example
White with #A76999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76999; }
p { color: rgb(167,105,153); }
H1.HeaderClassName
{
color: #A76999;
}
.AnyTagClassName
{
color: #A76999;
}
</style>
background-color css
<style>
a { background-color: #A76999; }
a { background-color: rgb(167,105,153); }
div.DivClassName
{
background-color: #A76999;
}
.BgClassName
{
background-color: #A76999;
}
</style>
border-color css
<style>
span { border-color: #A76999; }
span { border-color: rgb(167,105,153); }
td.TdClassName
{
border-color: #A76999;
}
.TagClassName
{
border-color: #A76999;
}
</style>