Shades of Medium Red Violet #A73A8A
Tints of Medium Red Violet #A73A8A
RGB
CMYK
RGB Variations
Color information
#A73A8A (or 0xA73A8A) is known color: Medium Red Violet. HEX triplet: A7, 3A and 8A. RGB value is (167,58,138). Sum of RGB (Red+Green+Blue) = 167+58+138=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A8A is #58C575. Grayscale: #636363. Windows color (decimal): -5817718 or 9058983. OLE color: 9058983.
HSL color Cylindrical-coordinate representation of color #A73A8A: hue angle of 315.96º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A8A is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 138 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.35 |
| HSL | 315.96º | 0.48% | 0.44% | - |
| HSV(B) | 315.96º | 0.65% | 0.65% | - |
| XYZ | 22.04 | 13.08 | 25.41 | - |
| YUV | 99.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 138 | 0 | 0.65 | 0.17 | 0.35 | 315.96 | 0.48 | 0.44 |
| Hex | A7 | 3A | 8A | 0 | 41 | 11 | 23 | 13C | 30 | 2C |
| Octal | 247 | 72 | 212 | 0 | 101 | 21 | 43 | 474 | 60 | 54 |
| Binary | 10100111 | 111010 | 10001010 | 0 | 1000001 | 10001 | 100011 | 100111100 | 110000 | 101100 |
Color Harmonies of #A73A8A
Complementary color
Monochromatic Colors of #A73A8A
Black with #A73A8A
Text Example
Text Example
White with #A73A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A8A; }
p { color: rgb(167,58,138); }
H1.HeaderClassName
{
color: #A73A8A;
}
.AnyTagClassName
{
color: #A73A8A;
}
</style>
background-color css
<style>
a { background-color: #A73A8A; }
a { background-color: rgb(167,58,138); }
div.DivClassName
{
background-color: #A73A8A;
}
.BgClassName
{
background-color: #A73A8A;
}
</style>
border-color css
<style>
span { border-color: #A73A8A; }
span { border-color: rgb(167,58,138); }
td.TdClassName
{
border-color: #A73A8A;
}
.TagClassName
{
border-color: #A73A8A;
}
</style>