Shades of Medium Red Violet #A74592
Tints of Medium Red Violet #A74592
RGB
CMYK
RGB Variations
Color information
#A74592 (or 0xA74592) is known color: Medium Red Violet. HEX triplet: A7, 45 and 92. RGB value is (167,69,146). Sum of RGB (Red+Green+Blue) = 167+69+146=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A74592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74592 is #58BA6D. Grayscale: #6A6A6A. Windows color (decimal): -5814894 or 9586087. OLE color: 9586087.
HSL color Cylindrical-coordinate representation of color #A74592: hue angle of 312.86º 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 #A74592 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 146 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.35 |
| HSL | 312.86º | 0.42% | 0.46% | - |
| HSV(B) | 312.86º | 0.59% | 0.65% | - |
| XYZ | 23.25 | 14.55 | 28.78 | - |
| YUV | 107.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 146 | 0 | 0.59 | 0.13 | 0.35 | 312.86 | 0.42 | 0.46 |
| Hex | A7 | 45 | 92 | 0 | 3B | D | 23 | 139 | 2A | 2E |
| Octal | 247 | 105 | 222 | 0 | 73 | 15 | 43 | 471 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10010010 | 0 | 111011 | 1101 | 100011 | 100111001 | 101010 | 101110 |
Color Harmonies of #A74592
Complementary color
Monochromatic Colors of #A74592
Black with #A74592
Text Example
Text Example
White with #A74592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74592; }
p { color: rgb(167,69,146); }
H1.HeaderClassName
{
color: #A74592;
}
.AnyTagClassName
{
color: #A74592;
}
</style>
background-color css
<style>
a { background-color: #A74592; }
a { background-color: rgb(167,69,146); }
div.DivClassName
{
background-color: #A74592;
}
.BgClassName
{
background-color: #A74592;
}
</style>
border-color css
<style>
span { border-color: #A74592; }
span { border-color: rgb(167,69,146); }
td.TdClassName
{
border-color: #A74592;
}
.TagClassName
{
border-color: #A74592;
}
</style>