Shades of Medium Red Violet #A73C97
Tints of Medium Red Violet #A73C97
RGB
CMYK
RGB Variations
Color information
#A73C97 (or 0xA73C97) is known color: Medium Red Violet. HEX triplet: A7, 3C and 97. RGB value is (167,60,151). Sum of RGB (Red+Green+Blue) = 167+60+151=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73C97 is #58C368. Grayscale: #666666. Windows color (decimal): -5817193 or 9911463. OLE color: 9911463.
HSL color Cylindrical-coordinate representation of color #A73C97: hue angle of 308.97º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C97 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 151 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.35 |
| HSL | 308.97º | 0.47% | 0.45% | - |
| HSV(B) | 308.97º | 0.64% | 0.65% | - |
| XYZ | 23.14 | 13.68 | 30.7 | - |
| YUV | 102.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 151 | 0 | 0.64 | 0.10 | 0.35 | 308.97 | 0.47 | 0.45 |
| Hex | A7 | 3C | 97 | 0 | 40 | A | 23 | 135 | 2F | 2D |
| Octal | 247 | 74 | 227 | 0 | 100 | 12 | 43 | 465 | 57 | 55 |
| Binary | 10100111 | 111100 | 10010111 | 0 | 1000000 | 1010 | 100011 | 100110101 | 101111 | 101101 |
Color Harmonies of #A73C97
Complementary color
Monochromatic Colors of #A73C97
Black with #A73C97
Text Example
Text Example
White with #A73C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C97; }
p { color: rgb(167,60,151); }
H1.HeaderClassName
{
color: #A73C97;
}
.AnyTagClassName
{
color: #A73C97;
}
</style>
background-color css
<style>
a { background-color: #A73C97; }
a { background-color: rgb(167,60,151); }
div.DivClassName
{
background-color: #A73C97;
}
.BgClassName
{
background-color: #A73C97;
}
</style>
border-color css
<style>
span { border-color: #A73C97; }
span { border-color: rgb(167,60,151); }
td.TdClassName
{
border-color: #A73C97;
}
.TagClassName
{
border-color: #A73C97;
}
</style>