Shades of Medium Red Violet #A74390
Tints of Medium Red Violet #A74390
RGB
CMYK
RGB Variations
Color information
#A74390 (or 0xA74390) is known color: Medium Red Violet. HEX triplet: A7, 43 and 90. RGB value is (167,67,144). Sum of RGB (Red+Green+Blue) = 167+67+144=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74390 is #58BC6F. Grayscale: #696969. Windows color (decimal): -5815408 or 9454503. OLE color: 9454503.
HSL color Cylindrical-coordinate representation of color #A74390: hue angle of 313.8º 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 #A74390 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 144 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.35 |
| HSL | 313.8º | 0.43% | 0.46% | - |
| HSV(B) | 313.8º | 0.6% | 0.65% | - |
| XYZ | 22.98 | 14.24 | 27.92 | - |
| YUV | 105.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 144 | 0 | 0.60 | 0.14 | 0.35 | 313.8 | 0.43 | 0.46 |
| Hex | A7 | 43 | 90 | 0 | 3C | E | 23 | 13A | 2B | 2E |
| Octal | 247 | 103 | 220 | 0 | 74 | 16 | 43 | 472 | 53 | 56 |
| Binary | 10100111 | 1000011 | 10010000 | 0 | 111100 | 1110 | 100011 | 100111010 | 101011 | 101110 |
Color Harmonies of #A74390
Complementary color
Monochromatic Colors of #A74390
Black with #A74390
Text Example
Text Example
White with #A74390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74390; }
p { color: rgb(167,67,144); }
H1.HeaderClassName
{
color: #A74390;
}
.AnyTagClassName
{
color: #A74390;
}
</style>
background-color css
<style>
a { background-color: #A74390; }
a { background-color: rgb(167,67,144); }
div.DivClassName
{
background-color: #A74390;
}
.BgClassName
{
background-color: #A74390;
}
</style>
border-color css
<style>
span { border-color: #A74390; }
span { border-color: rgb(167,67,144); }
td.TdClassName
{
border-color: #A74390;
}
.TagClassName
{
border-color: #A74390;
}
</style>