Shades of Medium Red Violet #A74580
Tints of Medium Red Violet #A74580
RGB
CMYK
RGB Variations
Color information
#A74580 (or 0xA74580) is known color: Medium Red Violet. HEX triplet: A7, 45 and 80. RGB value is (167,69,128). Sum of RGB (Red+Green+Blue) = 167+69+128=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A74580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74580 is #58BA7F. Grayscale: #686868. Windows color (decimal): -5814912 or 8406439. OLE color: 8406439.
HSL color Cylindrical-coordinate representation of color #A74580: hue angle of 323.88º 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 #A74580 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 128 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.35 |
| HSL | 323.88º | 0.42% | 0.46% | - |
| HSV(B) | 323.88º | 0.59% | 0.65% | - |
| XYZ | 21.96 | 14.03 | 21.97 | - |
| YUV | 105.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 128 | 0 | 0.59 | 0.23 | 0.35 | 323.88 | 0.42 | 0.46 |
| Hex | A7 | 45 | 80 | 0 | 3B | 17 | 23 | 144 | 2A | 2E |
| Octal | 247 | 105 | 200 | 0 | 73 | 27 | 43 | 504 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10000000 | 0 | 111011 | 10111 | 100011 | 101000100 | 101010 | 101110 |
Color Harmonies of #A74580
Complementary color
Monochromatic Colors of #A74580
Black with #A74580
Text Example
Text Example
White with #A74580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74580; }
p { color: rgb(167,69,128); }
H1.HeaderClassName
{
color: #A74580;
}
.AnyTagClassName
{
color: #A74580;
}
</style>
background-color css
<style>
a { background-color: #A74580; }
a { background-color: rgb(167,69,128); }
div.DivClassName
{
background-color: #A74580;
}
.BgClassName
{
background-color: #A74580;
}
</style>
border-color css
<style>
span { border-color: #A74580; }
span { border-color: rgb(167,69,128); }
td.TdClassName
{
border-color: #A74580;
}
.TagClassName
{
border-color: #A74580;
}
</style>