Shades of Medium Red Violet #A73275
Tints of Medium Red Violet #A73275
RGB
CMYK
RGB Variations
Color information
#A73275 (or 0xA73275) is known color: Medium Red Violet. HEX triplet: A7, 32 and 75. RGB value is (167,50,117). Sum of RGB (Red+Green+Blue) = 167+50+117=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A73275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73275 is #58CD8A. Grayscale: #5C5C5C. Windows color (decimal): -5819787 or 7680679. OLE color: 7680679.
HSL color Cylindrical-coordinate representation of color #A73275: hue angle of 325.64º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73275 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 117 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.35 |
| HSL | 325.64º | 0.54% | 0.43% | - |
| HSV(B) | 325.64º | 0.7% | 0.65% | - |
| XYZ | 20.29 | 11.78 | 18.03 | - |
| YUV | 92.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 117 | 0 | 0.70 | 0.30 | 0.35 | 325.64 | 0.54 | 0.43 |
| Hex | A7 | 32 | 75 | 0 | 46 | 1E | 23 | 146 | 36 | 2B |
| Octal | 247 | 62 | 165 | 0 | 106 | 36 | 43 | 506 | 66 | 53 |
| Binary | 10100111 | 110010 | 1110101 | 0 | 1000110 | 11110 | 100011 | 101000110 | 110110 | 101011 |
Color Harmonies of #A73275
Complementary color
Monochromatic Colors of #A73275
Black with #A73275
Text Example
Text Example
White with #A73275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73275; }
p { color: rgb(167,50,117); }
H1.HeaderClassName
{
color: #A73275;
}
.AnyTagClassName
{
color: #A73275;
}
</style>
background-color css
<style>
a { background-color: #A73275; }
a { background-color: rgb(167,50,117); }
div.DivClassName
{
background-color: #A73275;
}
.BgClassName
{
background-color: #A73275;
}
</style>
border-color css
<style>
span { border-color: #A73275; }
span { border-color: rgb(167,50,117); }
td.TdClassName
{
border-color: #A73275;
}
.TagClassName
{
border-color: #A73275;
}
</style>