Shades of Medium Red Violet #A32E79
Tints of Medium Red Violet #A32E79
RGB
CMYK
RGB Variations
Color information
#A32E79 (or 0xA32E79) is known color: Medium Red Violet. HEX triplet: A3, 2E and 79. RGB value is (163,46,121). Sum of RGB (Red+Green+Blue) = 163+46+121=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E79 is #5CD186. Grayscale: #595959. Windows color (decimal): -6082951 or 7941795. OLE color: 7941795.
HSL color Cylindrical-coordinate representation of color #A32E79: hue angle of 321.54º 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 #A32E79 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 121 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.36 |
| HSL | 321.54º | 0.56% | 0.41% | - |
| HSV(B) | 321.54º | 0.72% | 0.64% | - |
| XYZ | 19.53 | 11.12 | 19.21 | - |
| YUV | 89.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 121 | 0 | 0.72 | 0.26 | 0.36 | 321.54 | 0.56 | 0.41 |
| Hex | A3 | 2E | 79 | 0 | 48 | 1A | 24 | 142 | 38 | 29 |
| Octal | 243 | 56 | 171 | 0 | 110 | 32 | 44 | 502 | 70 | 51 |
| Binary | 10100011 | 101110 | 1111001 | 0 | 1001000 | 11010 | 100100 | 101000010 | 111000 | 101001 |
Color Harmonies of #A32E79
Complementary color
Monochromatic Colors of #A32E79
Black with #A32E79
Text Example
Text Example
White with #A32E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E79; }
p { color: rgb(163,46,121); }
H1.HeaderClassName
{
color: #A32E79;
}
.AnyTagClassName
{
color: #A32E79;
}
</style>
background-color css
<style>
a { background-color: #A32E79; }
a { background-color: rgb(163,46,121); }
div.DivClassName
{
background-color: #A32E79;
}
.BgClassName
{
background-color: #A32E79;
}
</style>
border-color css
<style>
span { border-color: #A32E79; }
span { border-color: rgb(163,46,121); }
td.TdClassName
{
border-color: #A32E79;
}
.TagClassName
{
border-color: #A32E79;
}
</style>