Shades of Medium Red Violet #A02A74
Tints of Medium Red Violet #A02A74
RGB
CMYK
RGB Variations
Color information
#A02A74 (or 0xA02A74) is known color: Medium Red Violet. HEX triplet: A0, 2A and 74. RGB value is (160,42,116). Sum of RGB (Red+Green+Blue) = 160+42+116=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A74 is #5FD58B. Grayscale: #555555. Windows color (decimal): -6280588 or 7613088. OLE color: 7613088.
HSL color Cylindrical-coordinate representation of color #A02A74: hue angle of 322.37º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A74 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 116 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.37 |
| HSL | 322.37º | 0.58% | 0.4% | - |
| HSV(B) | 322.37º | 0.74% | 0.63% | - |
| XYZ | 18.48 | 10.39 | 17.55 | - |
| YUV | 85.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 116 | 0 | 0.74 | 0.28 | 0.37 | 322.37 | 0.58 | 0.4 |
| Hex | A0 | 2A | 74 | 0 | 4A | 1C | 25 | 142 | 3A | 28 |
| Octal | 240 | 52 | 164 | 0 | 112 | 34 | 45 | 502 | 72 | 50 |
| Binary | 10100000 | 101010 | 1110100 | 0 | 1001010 | 11100 | 100101 | 101000010 | 111010 | 101000 |
Color Harmonies of #A02A74
Complementary color
Monochromatic Colors of #A02A74
Black with #A02A74
Text Example
Text Example
White with #A02A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A74; }
p { color: rgb(160,42,116); }
H1.HeaderClassName
{
color: #A02A74;
}
.AnyTagClassName
{
color: #A02A74;
}
</style>
background-color css
<style>
a { background-color: #A02A74; }
a { background-color: rgb(160,42,116); }
div.DivClassName
{
background-color: #A02A74;
}
.BgClassName
{
background-color: #A02A74;
}
</style>
border-color css
<style>
span { border-color: #A02A74; }
span { border-color: rgb(160,42,116); }
td.TdClassName
{
border-color: #A02A74;
}
.TagClassName
{
border-color: #A02A74;
}
</style>