Shades of Medium Red Violet #A73F80
Tints of Medium Red Violet #A73F80
RGB
CMYK
RGB Variations
Color information
#A73F80 (or 0xA73F80) is known color: Medium Red Violet. HEX triplet: A7, 3F and 80. RGB value is (167,63,128). Sum of RGB (Red+Green+Blue) = 167+63+128=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F80 is #58C07F. Grayscale: #656565. Windows color (decimal): -5816448 or 8404903. OLE color: 8404903.
HSL color Cylindrical-coordinate representation of color #A73F80: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F80 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 128 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.35 |
| HSL | 322.5º | 0.45% | 0.45% | - |
| HSV(B) | 322.5º | 0.62% | 0.65% | - |
| XYZ | 21.61 | 13.33 | 21.86 | - |
| YUV | 101.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 128 | 0 | 0.62 | 0.23 | 0.35 | 322.5 | 0.45 | 0.45 |
| Hex | A7 | 3F | 80 | 0 | 3E | 17 | 23 | 142 | 2D | 2D |
| Octal | 247 | 77 | 200 | 0 | 76 | 27 | 43 | 502 | 55 | 55 |
| Binary | 10100111 | 111111 | 10000000 | 0 | 111110 | 10111 | 100011 | 101000010 | 101101 | 101101 |
Color Harmonies of #A73F80
Complementary color
Monochromatic Colors of #A73F80
Black with #A73F80
Text Example
Text Example
White with #A73F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F80; }
p { color: rgb(167,63,128); }
H1.HeaderClassName
{
color: #A73F80;
}
.AnyTagClassName
{
color: #A73F80;
}
</style>
background-color css
<style>
a { background-color: #A73F80; }
a { background-color: rgb(167,63,128); }
div.DivClassName
{
background-color: #A73F80;
}
.BgClassName
{
background-color: #A73F80;
}
</style>
border-color css
<style>
span { border-color: #A73F80; }
span { border-color: rgb(167,63,128); }
td.TdClassName
{
border-color: #A73F80;
}
.TagClassName
{
border-color: #A73F80;
}
</style>