Shades of Medium Red Violet #A74A8F
Tints of Medium Red Violet #A74A8F
RGB
CMYK
RGB Variations
Color information
#A74A8F (or 0xA74A8F) is known color: Medium Red Violet. HEX triplet: A7, 4A and 8F. RGB value is (167,74,143). Sum of RGB (Red+Green+Blue) = 167+74+143=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A8F is #58B570. Grayscale: #6D6D6D. Windows color (decimal): -5813617 or 9390759. OLE color: 9390759.
HSL color Cylindrical-coordinate representation of color #A74A8F: hue angle of 315.48º 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 #A74A8F is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 143 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.35 |
| HSL | 315.48º | 0.39% | 0.47% | - |
| HSV(B) | 315.48º | 0.56% | 0.65% | - |
| XYZ | 23.34 | 15.1 | 27.67 | - |
| YUV | 109.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 143 | 0 | 0.56 | 0.14 | 0.35 | 315.48 | 0.39 | 0.47 |
| Hex | A7 | 4A | 8F | 0 | 38 | E | 23 | 13B | 27 | 2F |
| Octal | 247 | 112 | 217 | 0 | 70 | 16 | 43 | 473 | 47 | 57 |
| Binary | 10100111 | 1001010 | 10001111 | 0 | 111000 | 1110 | 100011 | 100111011 | 100111 | 101111 |
Color Harmonies of #A74A8F
Complementary color
Monochromatic Colors of #A74A8F
Black with #A74A8F
Text Example
Text Example
White with #A74A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A8F; }
p { color: rgb(167,74,143); }
H1.HeaderClassName
{
color: #A74A8F;
}
.AnyTagClassName
{
color: #A74A8F;
}
</style>
background-color css
<style>
a { background-color: #A74A8F; }
a { background-color: rgb(167,74,143); }
div.DivClassName
{
background-color: #A74A8F;
}
.BgClassName
{
background-color: #A74A8F;
}
</style>
border-color css
<style>
span { border-color: #A74A8F; }
span { border-color: rgb(167,74,143); }
td.TdClassName
{
border-color: #A74A8F;
}
.TagClassName
{
border-color: #A74A8F;
}
</style>