Shades of Medium Red Violet #A73289
Tints of Medium Red Violet #A73289
RGB
CMYK
RGB Variations
Color information
#A73289 (or 0xA73289) is known color: Medium Red Violet. HEX triplet: A7, 32 and 89. RGB value is (167,50,137). Sum of RGB (Red+Green+Blue) = 167+50+137=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A73289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73289 is #58CD76. Grayscale: #5E5E5E. Windows color (decimal): -5819767 or 8991399. OLE color: 8991399.
HSL color Cylindrical-coordinate representation of color #A73289: hue angle of 315.38º 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 #A73289 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 137 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.35 |
| HSL | 315.38º | 0.54% | 0.43% | - |
| HSV(B) | 315.38º | 0.7% | 0.65% | - |
| XYZ | 21.59 | 12.3 | 24.9 | - |
| YUV | 94.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 137 | 0 | 0.70 | 0.18 | 0.35 | 315.38 | 0.54 | 0.43 |
| Hex | A7 | 32 | 89 | 0 | 46 | 12 | 23 | 13B | 36 | 2B |
| Octal | 247 | 62 | 211 | 0 | 106 | 22 | 43 | 473 | 66 | 53 |
| Binary | 10100111 | 110010 | 10001001 | 0 | 1000110 | 10010 | 100011 | 100111011 | 110110 | 101011 |
Color Harmonies of #A73289
Complementary color
Monochromatic Colors of #A73289
Black with #A73289
Text Example
Text Example
White with #A73289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73289; }
p { color: rgb(167,50,137); }
H1.HeaderClassName
{
color: #A73289;
}
.AnyTagClassName
{
color: #A73289;
}
</style>
background-color css
<style>
a { background-color: #A73289; }
a { background-color: rgb(167,50,137); }
div.DivClassName
{
background-color: #A73289;
}
.BgClassName
{
background-color: #A73289;
}
</style>
border-color css
<style>
span { border-color: #A73289; }
span { border-color: rgb(167,50,137); }
td.TdClassName
{
border-color: #A73289;
}
.TagClassName
{
border-color: #A73289;
}
</style>