Shades of Medium Red Violet #A74591
Tints of Medium Red Violet #A74591
RGB
CMYK
RGB Variations
Color information
#A74591 (or 0xA74591) is known color: Medium Red Violet. HEX triplet: A7, 45 and 91. RGB value is (167,69,145). Sum of RGB (Red+Green+Blue) = 167+69+145=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A74591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74591 is #58BA6E. Grayscale: #6A6A6A. Windows color (decimal): -5814895 or 9520551. OLE color: 9520551.
HSL color Cylindrical-coordinate representation of color #A74591: hue angle of 313.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74591 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 145 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.35 |
| HSL | 313.47º | 0.42% | 0.46% | - |
| HSV(B) | 313.47º | 0.59% | 0.65% | - |
| XYZ | 23.18 | 14.52 | 28.37 | - |
| YUV | 106.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 145 | 0 | 0.59 | 0.13 | 0.35 | 313.47 | 0.42 | 0.46 |
| Hex | A7 | 45 | 91 | 0 | 3B | D | 23 | 139 | 2A | 2E |
| Octal | 247 | 105 | 221 | 0 | 73 | 15 | 43 | 471 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10010001 | 0 | 111011 | 1101 | 100011 | 100111001 | 101010 | 101110 |
Color Harmonies of #A74591
Complementary color
Monochromatic Colors of #A74591
Black with #A74591
Text Example
Text Example
White with #A74591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74591; }
p { color: rgb(167,69,145); }
H1.HeaderClassName
{
color: #A74591;
}
.AnyTagClassName
{
color: #A74591;
}
</style>
background-color css
<style>
a { background-color: #A74591; }
a { background-color: rgb(167,69,145); }
div.DivClassName
{
background-color: #A74591;
}
.BgClassName
{
background-color: #A74591;
}
</style>
border-color css
<style>
span { border-color: #A74591; }
span { border-color: rgb(167,69,145); }
td.TdClassName
{
border-color: #A74591;
}
.TagClassName
{
border-color: #A74591;
}
</style>