Shades of Medium Red Violet #A73997
Tints of Medium Red Violet #A73997
RGB
CMYK
RGB Variations
Color information
#A73997 (or 0xA73997) is known color: Medium Red Violet. HEX triplet: A7, 39 and 97. RGB value is (167,57,151). Sum of RGB (Red+Green+Blue) = 167+57+151=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A73997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73997 is #58C668. Grayscale: #646464. Windows color (decimal): -5817961 or 9910695. OLE color: 9910695.
HSL color Cylindrical-coordinate representation of color #A73997: hue angle of 308.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73997 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 151 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.35 |
| HSL | 308.73º | 0.49% | 0.44% | - |
| HSV(B) | 308.73º | 0.66% | 0.65% | - |
| XYZ | 22.99 | 13.38 | 30.65 | - |
| YUV | 100.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 151 | 0 | 0.66 | 0.10 | 0.35 | 308.73 | 0.49 | 0.44 |
| Hex | A7 | 39 | 97 | 0 | 42 | A | 23 | 135 | 31 | 2C |
| Octal | 247 | 71 | 227 | 0 | 102 | 12 | 43 | 465 | 61 | 54 |
| Binary | 10100111 | 111001 | 10010111 | 0 | 1000010 | 1010 | 100011 | 100110101 | 110001 | 101100 |
Color Harmonies of #A73997
Complementary color
Monochromatic Colors of #A73997
Black with #A73997
Text Example
Text Example
White with #A73997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73997; }
p { color: rgb(167,57,151); }
H1.HeaderClassName
{
color: #A73997;
}
.AnyTagClassName
{
color: #A73997;
}
</style>
background-color css
<style>
a { background-color: #A73997; }
a { background-color: rgb(167,57,151); }
div.DivClassName
{
background-color: #A73997;
}
.BgClassName
{
background-color: #A73997;
}
</style>
border-color css
<style>
span { border-color: #A73997; }
span { border-color: rgb(167,57,151); }
td.TdClassName
{
border-color: #A73997;
}
.TagClassName
{
border-color: #A73997;
}
</style>