Shades of Medium Red Violet #A74192
Tints of Medium Red Violet #A74192
RGB
CMYK
RGB Variations
Color information
#A74192 (or 0xA74192) is known color: Medium Red Violet. HEX triplet: A7, 41 and 92. RGB value is (167,65,146). Sum of RGB (Red+Green+Blue) = 167+65+146=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74192 is #58BE6D. Grayscale: #686868. Windows color (decimal): -5815918 or 9585063. OLE color: 9585063.
HSL color Cylindrical-coordinate representation of color #A74192: hue angle of 312.35º 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 #A74192 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 146 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.35 |
| HSL | 312.35º | 0.44% | 0.45% | - |
| HSV(B) | 312.35º | 0.61% | 0.65% | - |
| XYZ | 23.01 | 14.07 | 28.7 | - |
| YUV | 104.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 146 | 0 | 0.61 | 0.13 | 0.35 | 312.35 | 0.44 | 0.45 |
| Hex | A7 | 41 | 92 | 0 | 3D | D | 23 | 138 | 2C | 2D |
| Octal | 247 | 101 | 222 | 0 | 75 | 15 | 43 | 470 | 54 | 55 |
| Binary | 10100111 | 1000001 | 10010010 | 0 | 111101 | 1101 | 100011 | 100111000 | 101100 | 101101 |
Color Harmonies of #A74192
Complementary color
Monochromatic Colors of #A74192
Black with #A74192
Text Example
Text Example
White with #A74192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74192; }
p { color: rgb(167,65,146); }
H1.HeaderClassName
{
color: #A74192;
}
.AnyTagClassName
{
color: #A74192;
}
</style>
background-color css
<style>
a { background-color: #A74192; }
a { background-color: rgb(167,65,146); }
div.DivClassName
{
background-color: #A74192;
}
.BgClassName
{
background-color: #A74192;
}
</style>
border-color css
<style>
span { border-color: #A74192; }
span { border-color: rgb(167,65,146); }
td.TdClassName
{
border-color: #A74192;
}
.TagClassName
{
border-color: #A74192;
}
</style>