Shades of Medium Red Violet #A74A8A
Tints of Medium Red Violet #A74A8A
RGB
CMYK
RGB Variations
Color information
#A74A8A (or 0xA74A8A) is known color: Medium Red Violet. HEX triplet: A7, 4A and 8A. RGB value is (167,74,138). Sum of RGB (Red+Green+Blue) = 167+74+138=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A8A is #58B575. Grayscale: #6C6C6C. Windows color (decimal): -5813622 or 9063079. OLE color: 9063079.
HSL color Cylindrical-coordinate representation of color #A74A8A: hue angle of 318.71º 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 #A74A8A is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 138 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.35 |
| HSL | 318.71º | 0.39% | 0.47% | - |
| HSV(B) | 318.71º | 0.56% | 0.65% | - |
| XYZ | 22.97 | 14.95 | 25.72 | - |
| YUV | 109.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 138 | 0 | 0.56 | 0.17 | 0.35 | 318.71 | 0.39 | 0.47 |
| Hex | A7 | 4A | 8A | 0 | 38 | 11 | 23 | 13F | 27 | 2F |
| Octal | 247 | 112 | 212 | 0 | 70 | 21 | 43 | 477 | 47 | 57 |
| Binary | 10100111 | 1001010 | 10001010 | 0 | 111000 | 10001 | 100011 | 100111111 | 100111 | 101111 |
Color Harmonies of #A74A8A
Complementary color
Monochromatic Colors of #A74A8A
Black with #A74A8A
Text Example
Text Example
White with #A74A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A8A; }
p { color: rgb(167,74,138); }
H1.HeaderClassName
{
color: #A74A8A;
}
.AnyTagClassName
{
color: #A74A8A;
}
</style>
background-color css
<style>
a { background-color: #A74A8A; }
a { background-color: rgb(167,74,138); }
div.DivClassName
{
background-color: #A74A8A;
}
.BgClassName
{
background-color: #A74A8A;
}
</style>
border-color css
<style>
span { border-color: #A74A8A; }
span { border-color: rgb(167,74,138); }
td.TdClassName
{
border-color: #A74A8A;
}
.TagClassName
{
border-color: #A74A8A;
}
</style>