Shades of Medium Red Violet #A32D7E
Tints of Medium Red Violet #A32D7E
RGB
CMYK
RGB Variations
Color information
#A32D7E (or 0xA32D7E) is known color: Medium Red Violet. HEX triplet: A3, 2D and 7E. RGB value is (163,45,126). Sum of RGB (Red+Green+Blue) = 163+45+126=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D7E is #5CD281. Grayscale: #595959. Windows color (decimal): -6083202 or 8269219. OLE color: 8269219.
HSL color Cylindrical-coordinate representation of color #A32D7E: hue angle of 318.81º degrees, saturation: 0.57, 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 #A32D7E is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 126 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.36 |
| HSL | 318.81º | 0.57% | 0.41% | - |
| HSV(B) | 318.81º | 0.72% | 0.64% | - |
| XYZ | 19.81 | 11.17 | 20.85 | - |
| YUV | 89.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 126 | 0 | 0.72 | 0.23 | 0.36 | 318.81 | 0.57 | 0.41 |
| Hex | A3 | 2D | 7E | 0 | 48 | 17 | 24 | 13F | 39 | 29 |
| Octal | 243 | 55 | 176 | 0 | 110 | 27 | 44 | 477 | 71 | 51 |
| Binary | 10100011 | 101101 | 1111110 | 0 | 1001000 | 10111 | 100100 | 100111111 | 111001 | 101001 |
Color Harmonies of #A32D7E
Complementary color
Monochromatic Colors of #A32D7E
Black with #A32D7E
Text Example
Text Example
White with #A32D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D7E; }
p { color: rgb(163,45,126); }
H1.HeaderClassName
{
color: #A32D7E;
}
.AnyTagClassName
{
color: #A32D7E;
}
</style>
background-color css
<style>
a { background-color: #A32D7E; }
a { background-color: rgb(163,45,126); }
div.DivClassName
{
background-color: #A32D7E;
}
.BgClassName
{
background-color: #A32D7E;
}
</style>
border-color css
<style>
span { border-color: #A32D7E; }
span { border-color: rgb(163,45,126); }
td.TdClassName
{
border-color: #A32D7E;
}
.TagClassName
{
border-color: #A32D7E;
}
</style>