Shades of Medium Red Violet #A74191
Tints of Medium Red Violet #A74191
RGB
CMYK
RGB Variations
Color information
#A74191 (or 0xA74191) is known color: Medium Red Violet. HEX triplet: A7, 41 and 91. RGB value is (167,65,145). Sum of RGB (Red+Green+Blue) = 167+65+145=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A74191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74191 is #58BE6E. Grayscale: #686868. Windows color (decimal): -5815919 or 9519527. OLE color: 9519527.
HSL color Cylindrical-coordinate representation of color #A74191: hue angle of 312.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74191 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 145 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.35 |
| HSL | 312.94º | 0.44% | 0.45% | - |
| HSV(B) | 312.94º | 0.61% | 0.65% | - |
| XYZ | 22.94 | 14.04 | 28.29 | - |
| YUV | 104.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 145 | 0 | 0.61 | 0.13 | 0.35 | 312.94 | 0.44 | 0.45 |
| Hex | A7 | 41 | 91 | 0 | 3D | D | 23 | 139 | 2C | 2D |
| Octal | 247 | 101 | 221 | 0 | 75 | 15 | 43 | 471 | 54 | 55 |
| Binary | 10100111 | 1000001 | 10010001 | 0 | 111101 | 1101 | 100011 | 100111001 | 101100 | 101101 |
Color Harmonies of #A74191
Complementary color
Monochromatic Colors of #A74191
Black with #A74191
Text Example
Text Example
White with #A74191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74191; }
p { color: rgb(167,65,145); }
H1.HeaderClassName
{
color: #A74191;
}
.AnyTagClassName
{
color: #A74191;
}
</style>
background-color css
<style>
a { background-color: #A74191; }
a { background-color: rgb(167,65,145); }
div.DivClassName
{
background-color: #A74191;
}
.BgClassName
{
background-color: #A74191;
}
</style>
border-color css
<style>
span { border-color: #A74191; }
span { border-color: rgb(167,65,145); }
td.TdClassName
{
border-color: #A74191;
}
.TagClassName
{
border-color: #A74191;
}
</style>