Shades of Medium Red Violet #A74686
Tints of Medium Red Violet #A74686
RGB
CMYK
RGB Variations
Color information
#A74686 (or 0xA74686) is known color: Medium Red Violet. HEX triplet: A7, 46 and 86. RGB value is (167,70,134). Sum of RGB (Red+Green+Blue) = 167+70+134=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A74686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74686 is #58B979. Grayscale: #6A6A6A. Windows color (decimal): -5814650 or 8799911. OLE color: 8799911.
HSL color Cylindrical-coordinate representation of color #A74686: hue angle of 320.41º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74686 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 134 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.35 |
| HSL | 320.41º | 0.41% | 0.46% | - |
| HSV(B) | 320.41º | 0.58% | 0.65% | - |
| XYZ | 22.43 | 14.32 | 24.14 | - |
| YUV | 106.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 134 | 0 | 0.58 | 0.20 | 0.35 | 320.41 | 0.41 | 0.46 |
| Hex | A7 | 46 | 86 | 0 | 3A | 14 | 23 | 140 | 29 | 2E |
| Octal | 247 | 106 | 206 | 0 | 72 | 24 | 43 | 500 | 51 | 56 |
| Binary | 10100111 | 1000110 | 10000110 | 0 | 111010 | 10100 | 100011 | 101000000 | 101001 | 101110 |
Color Harmonies of #A74686
Complementary color
Monochromatic Colors of #A74686
Black with #A74686
Text Example
Text Example
White with #A74686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74686; }
p { color: rgb(167,70,134); }
H1.HeaderClassName
{
color: #A74686;
}
.AnyTagClassName
{
color: #A74686;
}
</style>
background-color css
<style>
a { background-color: #A74686; }
a { background-color: rgb(167,70,134); }
div.DivClassName
{
background-color: #A74686;
}
.BgClassName
{
background-color: #A74686;
}
</style>
border-color css
<style>
span { border-color: #A74686; }
span { border-color: rgb(167,70,134); }
td.TdClassName
{
border-color: #A74686;
}
.TagClassName
{
border-color: #A74686;
}
</style>