Shades of Medium Red Violet #A73D8F
Tints of Medium Red Violet #A73D8F
RGB
CMYK
RGB Variations
Color information
#A73D8F (or 0xA73D8F) is known color: Medium Red Violet. HEX triplet: A7, 3D and 8F. RGB value is (167,61,143). Sum of RGB (Red+Green+Blue) = 167+61+143=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D8F is #58C270. Grayscale: #656565. Windows color (decimal): -5816945 or 9387431. OLE color: 9387431.
HSL color Cylindrical-coordinate representation of color #A73D8F: hue angle of 313.58º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D8F is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 143 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.35 |
| HSL | 313.58º | 0.46% | 0.45% | - |
| HSV(B) | 313.58º | 0.63% | 0.65% | - |
| XYZ | 22.56 | 13.54 | 27.41 | - |
| YUV | 102.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 143 | 0 | 0.63 | 0.14 | 0.35 | 313.58 | 0.46 | 0.45 |
| Hex | A7 | 3D | 8F | 0 | 3F | E | 23 | 13A | 2E | 2D |
| Octal | 247 | 75 | 217 | 0 | 77 | 16 | 43 | 472 | 56 | 55 |
| Binary | 10100111 | 111101 | 10001111 | 0 | 111111 | 1110 | 100011 | 100111010 | 101110 | 101101 |
Color Harmonies of #A73D8F
Complementary color
Monochromatic Colors of #A73D8F
Black with #A73D8F
Text Example
Text Example
White with #A73D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D8F; }
p { color: rgb(167,61,143); }
H1.HeaderClassName
{
color: #A73D8F;
}
.AnyTagClassName
{
color: #A73D8F;
}
</style>
background-color css
<style>
a { background-color: #A73D8F; }
a { background-color: rgb(167,61,143); }
div.DivClassName
{
background-color: #A73D8F;
}
.BgClassName
{
background-color: #A73D8F;
}
</style>
border-color css
<style>
span { border-color: #A73D8F; }
span { border-color: rgb(167,61,143); }
td.TdClassName
{
border-color: #A73D8F;
}
.TagClassName
{
border-color: #A73D8F;
}
</style>