Shades of Medium Red Violet #A32B71
Tints of Medium Red Violet #A32B71
RGB
CMYK
RGB Variations
Color information
#A32B71 (or 0xA32B71) is known color: Medium Red Violet. HEX triplet: A3, 2B and 71. RGB value is (163,43,113). Sum of RGB (Red+Green+Blue) = 163+43+113=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B71 is #5CD48E. Grayscale: #565656. Windows color (decimal): -6083727 or 7416739. OLE color: 7416739.
HSL color Cylindrical-coordinate representation of color #A32B71: hue angle of 325º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B71 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 113 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.36 |
| HSL | 325º | 0.58% | 0.4% | - |
| HSV(B) | 325º | 0.74% | 0.64% | - |
| XYZ | 18.95 | 10.71 | 16.69 | - |
| YUV | 86.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 113 | 0 | 0.74 | 0.31 | 0.36 | 325 | 0.58 | 0.4 |
| Hex | A3 | 2B | 71 | 0 | 4A | 1F | 24 | 145 | 3A | 28 |
| Octal | 243 | 53 | 161 | 0 | 112 | 37 | 44 | 505 | 72 | 50 |
| Binary | 10100011 | 101011 | 1110001 | 0 | 1001010 | 11111 | 100100 | 101000101 | 111010 | 101000 |
Color Harmonies of #A32B71
Complementary color
Monochromatic Colors of #A32B71
Black with #A32B71
Text Example
Text Example
White with #A32B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B71; }
p { color: rgb(163,43,113); }
H1.HeaderClassName
{
color: #A32B71;
}
.AnyTagClassName
{
color: #A32B71;
}
</style>
background-color css
<style>
a { background-color: #A32B71; }
a { background-color: rgb(163,43,113); }
div.DivClassName
{
background-color: #A32B71;
}
.BgClassName
{
background-color: #A32B71;
}
</style>
border-color css
<style>
span { border-color: #A32B71; }
span { border-color: rgb(163,43,113); }
td.TdClassName
{
border-color: #A32B71;
}
.TagClassName
{
border-color: #A32B71;
}
</style>