Shades of Medium Red Violet #A74A8D
Tints of Medium Red Violet #A74A8D
RGB
CMYK
RGB Variations
Color information
#A74A8D (or 0xA74A8D) is known color: Medium Red Violet. HEX triplet: A7, 4A and 8D. RGB value is (167,74,141). Sum of RGB (Red+Green+Blue) = 167+74+141=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A8D is #58B572. Grayscale: #6D6D6D. Windows color (decimal): -5813619 or 9259687. OLE color: 9259687.
HSL color Cylindrical-coordinate representation of color #A74A8D: hue angle of 316.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A8D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 141 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.35 |
| HSL | 316.77º | 0.39% | 0.47% | - |
| HSV(B) | 316.77º | 0.56% | 0.65% | - |
| XYZ | 23.19 | 15.04 | 26.88 | - |
| YUV | 109.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 141 | 0 | 0.56 | 0.16 | 0.35 | 316.77 | 0.39 | 0.47 |
| Hex | A7 | 4A | 8D | 0 | 38 | 10 | 23 | 13D | 27 | 2F |
| Octal | 247 | 112 | 215 | 0 | 70 | 20 | 43 | 475 | 47 | 57 |
| Binary | 10100111 | 1001010 | 10001101 | 0 | 111000 | 10000 | 100011 | 100111101 | 100111 | 101111 |
Color Harmonies of #A74A8D
Complementary color
Monochromatic Colors of #A74A8D
Black with #A74A8D
Text Example
Text Example
White with #A74A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A8D; }
p { color: rgb(167,74,141); }
H1.HeaderClassName
{
color: #A74A8D;
}
.AnyTagClassName
{
color: #A74A8D;
}
</style>
background-color css
<style>
a { background-color: #A74A8D; }
a { background-color: rgb(167,74,141); }
div.DivClassName
{
background-color: #A74A8D;
}
.BgClassName
{
background-color: #A74A8D;
}
</style>
border-color css
<style>
span { border-color: #A74A8D; }
span { border-color: rgb(167,74,141); }
td.TdClassName
{
border-color: #A74A8D;
}
.TagClassName
{
border-color: #A74A8D;
}
</style>