Shades of Medium Red Violet #A73E7D
Tints of Medium Red Violet #A73E7D
RGB
CMYK
RGB Variations
Color information
#A73E7D (or 0xA73E7D) is known color: Medium Red Violet. HEX triplet: A7, 3E and 7D. RGB value is (167,62,125). Sum of RGB (Red+Green+Blue) = 167+62+125=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73E7D is #58C182. Grayscale: #646464. Windows color (decimal): -5816707 or 8208039. OLE color: 8208039.
HSL color Cylindrical-coordinate representation of color #A73E7D: hue angle of 324º 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 #A73E7D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 62 | 125 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.35 |
| HSL | 324º | 0.46% | 0.45% | - |
| HSV(B) | 324º | 0.63% | 0.65% | - |
| XYZ | 21.36 | 13.14 | 20.81 | - |
| YUV | 100.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 125 | 0 | 0.63 | 0.25 | 0.35 | 324 | 0.46 | 0.45 |
| Hex | A7 | 3E | 7D | 0 | 3F | 19 | 23 | 144 | 2E | 2D |
| Octal | 247 | 76 | 175 | 0 | 77 | 31 | 43 | 504 | 56 | 55 |
| Binary | 10100111 | 111110 | 1111101 | 0 | 111111 | 11001 | 100011 | 101000100 | 101110 | 101101 |
Color Harmonies of #A73E7D
Complementary color
Monochromatic Colors of #A73E7D
Black with #A73E7D
Text Example
Text Example
White with #A73E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73E7D; }
p { color: rgb(167,62,125); }
H1.HeaderClassName
{
color: #A73E7D;
}
.AnyTagClassName
{
color: #A73E7D;
}
</style>
background-color css
<style>
a { background-color: #A73E7D; }
a { background-color: rgb(167,62,125); }
div.DivClassName
{
background-color: #A73E7D;
}
.BgClassName
{
background-color: #A73E7D;
}
</style>
border-color css
<style>
span { border-color: #A73E7D; }
span { border-color: rgb(167,62,125); }
td.TdClassName
{
border-color: #A73E7D;
}
.TagClassName
{
border-color: #A73E7D;
}
</style>