Shades of Medium Red Violet #A74286
Tints of Medium Red Violet #A74286
RGB
CMYK
RGB Variations
Color information
#A74286 (or 0xA74286) is known color: Medium Red Violet. HEX triplet: A7, 42 and 86. RGB value is (167,66,134). Sum of RGB (Red+Green+Blue) = 167+66+134=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74286 is #58BD79. Grayscale: #676767. Windows color (decimal): -5815674 or 8798887. OLE color: 8798887.
HSL color Cylindrical-coordinate representation of color #A74286: hue angle of 319.6º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74286 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 134 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.35 |
| HSL | 319.6º | 0.43% | 0.46% | - |
| HSV(B) | 319.6º | 0.6% | 0.65% | - |
| XYZ | 22.19 | 13.83 | 24.05 | - |
| YUV | 103.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 134 | 0 | 0.60 | 0.20 | 0.35 | 319.6 | 0.43 | 0.46 |
| Hex | A7 | 42 | 86 | 0 | 3C | 14 | 23 | 140 | 2B | 2E |
| Octal | 247 | 102 | 206 | 0 | 74 | 24 | 43 | 500 | 53 | 56 |
| Binary | 10100111 | 1000010 | 10000110 | 0 | 111100 | 10100 | 100011 | 101000000 | 101011 | 101110 |
Color Harmonies of #A74286
Complementary color
Monochromatic Colors of #A74286
Black with #A74286
Text Example
Text Example
White with #A74286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74286; }
p { color: rgb(167,66,134); }
H1.HeaderClassName
{
color: #A74286;
}
.AnyTagClassName
{
color: #A74286;
}
</style>
background-color css
<style>
a { background-color: #A74286; }
a { background-color: rgb(167,66,134); }
div.DivClassName
{
background-color: #A74286;
}
.BgClassName
{
background-color: #A74286;
}
</style>
border-color css
<style>
span { border-color: #A74286; }
span { border-color: rgb(167,66,134); }
td.TdClassName
{
border-color: #A74286;
}
.TagClassName
{
border-color: #A74286;
}
</style>