Shades of Medium Red Violet #A73081
Tints of Medium Red Violet #A73081
RGB
CMYK
RGB Variations
Color information
#A73081 (or 0xA73081) is known color: Medium Red Violet. HEX triplet: A7, 30 and 81. RGB value is (167,48,129). Sum of RGB (Red+Green+Blue) = 167+48+129=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A73081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73081 is #58CF7E. Grayscale: #5C5C5C. Windows color (decimal): -5820287 or 8466599. OLE color: 8466599.
HSL color Cylindrical-coordinate representation of color #A73081: hue angle of 319.16º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73081 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 48 | 129 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.35 |
| HSL | 319.16º | 0.55% | 0.42% | - |
| HSV(B) | 319.16º | 0.71% | 0.65% | - |
| XYZ | 20.96 | 11.91 | 21.96 | - |
| YUV | 92.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 129 | 0 | 0.71 | 0.23 | 0.35 | 319.16 | 0.55 | 0.42 |
| Hex | A7 | 30 | 81 | 0 | 47 | 17 | 23 | 13F | 37 | 2A |
| Octal | 247 | 60 | 201 | 0 | 107 | 27 | 43 | 477 | 67 | 52 |
| Binary | 10100111 | 110000 | 10000001 | 0 | 1000111 | 10111 | 100011 | 100111111 | 110111 | 101010 |
Color Harmonies of #A73081
Complementary color
Monochromatic Colors of #A73081
Black with #A73081
Text Example
Text Example
White with #A73081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73081; }
p { color: rgb(167,48,129); }
H1.HeaderClassName
{
color: #A73081;
}
.AnyTagClassName
{
color: #A73081;
}
</style>
background-color css
<style>
a { background-color: #A73081; }
a { background-color: rgb(167,48,129); }
div.DivClassName
{
background-color: #A73081;
}
.BgClassName
{
background-color: #A73081;
}
</style>
border-color css
<style>
span { border-color: #A73081; }
span { border-color: rgb(167,48,129); }
td.TdClassName
{
border-color: #A73081;
}
.TagClassName
{
border-color: #A73081;
}
</style>