Shades of Medium Red Violet #A74587
Tints of Medium Red Violet #A74587
RGB
CMYK
RGB Variations
Color information
#A74587 (or 0xA74587) is known color: Medium Red Violet. HEX triplet: A7, 45 and 87. RGB value is (167,69,135). Sum of RGB (Red+Green+Blue) = 167+69+135=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A74587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74587 is #58BA78. Grayscale: #696969. Windows color (decimal): -5814905 or 8865191. OLE color: 8865191.
HSL color Cylindrical-coordinate representation of color #A74587: hue angle of 319.59º 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 #A74587 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 135 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.35 |
| HSL | 319.59º | 0.42% | 0.46% | - |
| HSV(B) | 319.59º | 0.59% | 0.65% | - |
| XYZ | 22.44 | 14.22 | 24.48 | - |
| YUV | 105.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 135 | 0 | 0.59 | 0.19 | 0.35 | 319.59 | 0.42 | 0.46 |
| Hex | A7 | 45 | 87 | 0 | 3B | 13 | 23 | 140 | 2A | 2E |
| Octal | 247 | 105 | 207 | 0 | 73 | 23 | 43 | 500 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10000111 | 0 | 111011 | 10011 | 100011 | 101000000 | 101010 | 101110 |
Color Harmonies of #A74587
Complementary color
Monochromatic Colors of #A74587
Black with #A74587
Text Example
Text Example
White with #A74587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74587; }
p { color: rgb(167,69,135); }
H1.HeaderClassName
{
color: #A74587;
}
.AnyTagClassName
{
color: #A74587;
}
</style>
background-color css
<style>
a { background-color: #A74587; }
a { background-color: rgb(167,69,135); }
div.DivClassName
{
background-color: #A74587;
}
.BgClassName
{
background-color: #A74587;
}
</style>
border-color css
<style>
span { border-color: #A74587; }
span { border-color: rgb(167,69,135); }
td.TdClassName
{
border-color: #A74587;
}
.TagClassName
{
border-color: #A74587;
}
</style>