Shades of Medium Red Violet #A73196
Tints of Medium Red Violet #A73196
RGB
CMYK
RGB Variations
Color information
#A73196 (or 0xA73196) is known color: Medium Red Violet. HEX triplet: A7, 31 and 96. RGB value is (167,49,150). Sum of RGB (Red+Green+Blue) = 167+49+150=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A73196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73196 is #58CE69. Grayscale: #5F5F5F. Windows color (decimal): -5820010 or 9843111. OLE color: 9843111.
HSL color Cylindrical-coordinate representation of color #A73196: hue angle of 308.64º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73196 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 150 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.35 |
| HSL | 308.64º | 0.55% | 0.42% | - |
| HSV(B) | 308.64º | 0.71% | 0.65% | - |
| XYZ | 22.54 | 12.61 | 30.1 | - |
| YUV | 95.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 150 | 0 | 0.71 | 0.10 | 0.35 | 308.64 | 0.55 | 0.42 |
| Hex | A7 | 31 | 96 | 0 | 47 | A | 23 | 135 | 37 | 2A |
| Octal | 247 | 61 | 226 | 0 | 107 | 12 | 43 | 465 | 67 | 52 |
| Binary | 10100111 | 110001 | 10010110 | 0 | 1000111 | 1010 | 100011 | 100110101 | 110111 | 101010 |
Color Harmonies of #A73196
Complementary color
Monochromatic Colors of #A73196
Black with #A73196
Text Example
Text Example
White with #A73196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73196; }
p { color: rgb(167,49,150); }
H1.HeaderClassName
{
color: #A73196;
}
.AnyTagClassName
{
color: #A73196;
}
</style>
background-color css
<style>
a { background-color: #A73196; }
a { background-color: rgb(167,49,150); }
div.DivClassName
{
background-color: #A73196;
}
.BgClassName
{
background-color: #A73196;
}
</style>
border-color css
<style>
span { border-color: #A73196; }
span { border-color: rgb(167,49,150); }
td.TdClassName
{
border-color: #A73196;
}
.TagClassName
{
border-color: #A73196;
}
</style>