Shades of Medium Red Violet #A73277
Tints of Medium Red Violet #A73277
RGB
CMYK
RGB Variations
Color information
#A73277 (or 0xA73277) is known color: Medium Red Violet. HEX triplet: A7, 32 and 77. RGB value is (167,50,119). Sum of RGB (Red+Green+Blue) = 167+50+119=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A73277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73277 is #58CD88. Grayscale: #5C5C5C. Windows color (decimal): -5819785 or 7811751. OLE color: 7811751.
HSL color Cylindrical-coordinate representation of color #A73277: hue angle of 324.62º 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 #A73277 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 119 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.35 |
| HSL | 324.62º | 0.54% | 0.43% | - |
| HSV(B) | 324.62º | 0.7% | 0.65% | - |
| XYZ | 20.41 | 11.83 | 18.66 | - |
| YUV | 92.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 119 | 0 | 0.70 | 0.29 | 0.35 | 324.62 | 0.54 | 0.43 |
| Hex | A7 | 32 | 77 | 0 | 46 | 1D | 23 | 145 | 36 | 2B |
| Octal | 247 | 62 | 167 | 0 | 106 | 35 | 43 | 505 | 66 | 53 |
| Binary | 10100111 | 110010 | 1110111 | 0 | 1000110 | 11101 | 100011 | 101000101 | 110110 | 101011 |
Color Harmonies of #A73277
Complementary color
Monochromatic Colors of #A73277
Black with #A73277
Text Example
Text Example
White with #A73277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73277; }
p { color: rgb(167,50,119); }
H1.HeaderClassName
{
color: #A73277;
}
.AnyTagClassName
{
color: #A73277;
}
</style>
background-color css
<style>
a { background-color: #A73277; }
a { background-color: rgb(167,50,119); }
div.DivClassName
{
background-color: #A73277;
}
.BgClassName
{
background-color: #A73277;
}
</style>
border-color css
<style>
span { border-color: #A73277; }
span { border-color: rgb(167,50,119); }
td.TdClassName
{
border-color: #A73277;
}
.TagClassName
{
border-color: #A73277;
}
</style>