Shades of Medium Red Violet #A73D8D
Tints of Medium Red Violet #A73D8D
RGB
CMYK
RGB Variations
Color information
#A73D8D (or 0xA73D8D) is known color: Medium Red Violet. HEX triplet: A7, 3D and 8D. RGB value is (167,61,141). Sum of RGB (Red+Green+Blue) = 167+61+141=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D8D is #58C272. Grayscale: #656565. Windows color (decimal): -5816947 or 9256359. OLE color: 9256359.
HSL color Cylindrical-coordinate representation of color #A73D8D: hue angle of 314.72º 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 #A73D8D is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 141 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.35 |
| HSL | 314.72º | 0.46% | 0.45% | - |
| HSV(B) | 314.72º | 0.63% | 0.65% | - |
| XYZ | 22.41 | 13.48 | 26.62 | - |
| YUV | 101.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 141 | 0 | 0.63 | 0.16 | 0.35 | 314.72 | 0.46 | 0.45 |
| Hex | A7 | 3D | 8D | 0 | 3F | 10 | 23 | 13B | 2E | 2D |
| Octal | 247 | 75 | 215 | 0 | 77 | 20 | 43 | 473 | 56 | 55 |
| Binary | 10100111 | 111101 | 10001101 | 0 | 111111 | 10000 | 100011 | 100111011 | 101110 | 101101 |
Color Harmonies of #A73D8D
Complementary color
Monochromatic Colors of #A73D8D
Black with #A73D8D
Text Example
Text Example
White with #A73D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D8D; }
p { color: rgb(167,61,141); }
H1.HeaderClassName
{
color: #A73D8D;
}
.AnyTagClassName
{
color: #A73D8D;
}
</style>
background-color css
<style>
a { background-color: #A73D8D; }
a { background-color: rgb(167,61,141); }
div.DivClassName
{
background-color: #A73D8D;
}
.BgClassName
{
background-color: #A73D8D;
}
</style>
border-color css
<style>
span { border-color: #A73D8D; }
span { border-color: rgb(167,61,141); }
td.TdClassName
{
border-color: #A73D8D;
}
.TagClassName
{
border-color: #A73D8D;
}
</style>