Shades of Medium Red Violet #A72583
Tints of Medium Red Violet #A72583
RGB
CMYK
RGB Variations
Color information
#A72583 (or 0xA72583) is known color: Medium Red Violet. HEX triplet: A7, 25 and 83. RGB value is (167,37,131). Sum of RGB (Red+Green+Blue) = 167+37+131=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A72583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72583 is #58DA7C. Grayscale: #565656. Windows color (decimal): -5823101 or 8594855. OLE color: 8594855.
HSL color Cylindrical-coordinate representation of color #A72583: hue angle of 316.62º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72583 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 131 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.35 |
| HSL | 316.62º | 0.64% | 0.4% | - |
| HSV(B) | 316.62º | 0.78% | 0.65% | - |
| XYZ | 20.69 | 11.18 | 22.54 | - |
| YUV | 86.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 131 | 0 | 0.78 | 0.22 | 0.35 | 316.62 | 0.64 | 0.4 |
| Hex | A7 | 25 | 83 | 0 | 4E | 16 | 23 | 13D | 40 | 28 |
| Octal | 247 | 45 | 203 | 0 | 116 | 26 | 43 | 475 | 100 | 50 |
| Binary | 10100111 | 100101 | 10000011 | 0 | 1001110 | 10110 | 100011 | 100111101 | 1000000 | 101000 |
Color Harmonies of #A72583
Complementary color
Monochromatic Colors of #A72583
Black with #A72583
Text Example
Text Example
White with #A72583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72583; }
p { color: rgb(167,37,131); }
H1.HeaderClassName
{
color: #A72583;
}
.AnyTagClassName
{
color: #A72583;
}
</style>
background-color css
<style>
a { background-color: #A72583; }
a { background-color: rgb(167,37,131); }
div.DivClassName
{
background-color: #A72583;
}
.BgClassName
{
background-color: #A72583;
}
</style>
border-color css
<style>
span { border-color: #A72583; }
span { border-color: rgb(167,37,131); }
td.TdClassName
{
border-color: #A72583;
}
.TagClassName
{
border-color: #A72583;
}
</style>