Shades of Medium Red Violet #A72E83
Tints of Medium Red Violet #A72E83
RGB
CMYK
RGB Variations
Color information
#A72E83 (or 0xA72E83) is known color: Medium Red Violet. HEX triplet: A7, 2E and 83. RGB value is (167,46,131). Sum of RGB (Red+Green+Blue) = 167+46+131=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E83 is #58D17C. Grayscale: #5B5B5B. Windows color (decimal): -5820797 or 8597159. OLE color: 8597159.
HSL color Cylindrical-coordinate representation of color #A72E83: hue angle of 317.85º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E83 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 131 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.35 |
| HSL | 317.85º | 0.57% | 0.42% | - |
| HSV(B) | 317.85º | 0.72% | 0.65% | - |
| XYZ | 21.01 | 11.81 | 22.64 | - |
| YUV | 91.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 131 | 0 | 0.72 | 0.22 | 0.35 | 317.85 | 0.57 | 0.42 |
| Hex | A7 | 2E | 83 | 0 | 48 | 16 | 23 | 13E | 39 | 2A |
| Octal | 247 | 56 | 203 | 0 | 110 | 26 | 43 | 476 | 71 | 52 |
| Binary | 10100111 | 101110 | 10000011 | 0 | 1001000 | 10110 | 100011 | 100111110 | 111001 | 101010 |
Color Harmonies of #A72E83
Complementary color
Monochromatic Colors of #A72E83
Black with #A72E83
Text Example
Text Example
White with #A72E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E83; }
p { color: rgb(167,46,131); }
H1.HeaderClassName
{
color: #A72E83;
}
.AnyTagClassName
{
color: #A72E83;
}
</style>
background-color css
<style>
a { background-color: #A72E83; }
a { background-color: rgb(167,46,131); }
div.DivClassName
{
background-color: #A72E83;
}
.BgClassName
{
background-color: #A72E83;
}
</style>
border-color css
<style>
span { border-color: #A72E83; }
span { border-color: rgb(167,46,131); }
td.TdClassName
{
border-color: #A72E83;
}
.TagClassName
{
border-color: #A72E83;
}
</style>