Shades of Medium Red Violet #A32E74
Tints of Medium Red Violet #A32E74
RGB
CMYK
RGB Variations
Color information
#A32E74 (or 0xA32E74) is known color: Medium Red Violet. HEX triplet: A3, 2E and 74. RGB value is (163,46,116). Sum of RGB (Red+Green+Blue) = 163+46+116=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E74 is #5CD18B. Grayscale: #585858. Windows color (decimal): -6082956 or 7614115. OLE color: 7614115.
HSL color Cylindrical-coordinate representation of color #A32E74: hue angle of 324.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E74 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 116 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.36 |
| HSL | 324.1º | 0.56% | 0.41% | - |
| HSV(B) | 324.1º | 0.72% | 0.64% | - |
| XYZ | 19.23 | 11 | 17.63 | - |
| YUV | 88.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 116 | 0 | 0.72 | 0.29 | 0.36 | 324.1 | 0.56 | 0.41 |
| Hex | A3 | 2E | 74 | 0 | 48 | 1D | 24 | 144 | 38 | 29 |
| Octal | 243 | 56 | 164 | 0 | 110 | 35 | 44 | 504 | 70 | 51 |
| Binary | 10100011 | 101110 | 1110100 | 0 | 1001000 | 11101 | 100100 | 101000100 | 111000 | 101001 |
Color Harmonies of #A32E74
Complementary color
Monochromatic Colors of #A32E74
Black with #A32E74
Text Example
Text Example
White with #A32E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E74; }
p { color: rgb(163,46,116); }
H1.HeaderClassName
{
color: #A32E74;
}
.AnyTagClassName
{
color: #A32E74;
}
</style>
background-color css
<style>
a { background-color: #A32E74; }
a { background-color: rgb(163,46,116); }
div.DivClassName
{
background-color: #A32E74;
}
.BgClassName
{
background-color: #A32E74;
}
</style>
border-color css
<style>
span { border-color: #A32E74; }
span { border-color: rgb(163,46,116); }
td.TdClassName
{
border-color: #A32E74;
}
.TagClassName
{
border-color: #A32E74;
}
</style>