Shades of Medium Red Violet #A74584
Tints of Medium Red Violet #A74584
RGB
CMYK
RGB Variations
Color information
#A74584 (or 0xA74584) is known color: Medium Red Violet. HEX triplet: A7, 45 and 84. RGB value is (167,69,132). Sum of RGB (Red+Green+Blue) = 167+69+132=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A74584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74584 is #58BA7B. Grayscale: #696969. Windows color (decimal): -5814908 or 8668583. OLE color: 8668583.
HSL color Cylindrical-coordinate representation of color #A74584: hue angle of 321.43º 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 #A74584 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 132 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.35 |
| HSL | 321.43º | 0.42% | 0.46% | - |
| HSV(B) | 321.43º | 0.59% | 0.65% | - |
| XYZ | 22.23 | 14.14 | 23.39 | - |
| YUV | 105.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 132 | 0 | 0.59 | 0.21 | 0.35 | 321.43 | 0.42 | 0.46 |
| Hex | A7 | 45 | 84 | 0 | 3B | 15 | 23 | 141 | 2A | 2E |
| Octal | 247 | 105 | 204 | 0 | 73 | 25 | 43 | 501 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10000100 | 0 | 111011 | 10101 | 100011 | 101000001 | 101010 | 101110 |
Color Harmonies of #A74584
Complementary color
Monochromatic Colors of #A74584
Black with #A74584
Text Example
Text Example
White with #A74584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74584; }
p { color: rgb(167,69,132); }
H1.HeaderClassName
{
color: #A74584;
}
.AnyTagClassName
{
color: #A74584;
}
</style>
background-color css
<style>
a { background-color: #A74584; }
a { background-color: rgb(167,69,132); }
div.DivClassName
{
background-color: #A74584;
}
.BgClassName
{
background-color: #A74584;
}
</style>
border-color css
<style>
span { border-color: #A74584; }
span { border-color: rgb(167,69,132); }
td.TdClassName
{
border-color: #A74584;
}
.TagClassName
{
border-color: #A74584;
}
</style>