Shades of Medium Red Violet #A32D83
Tints of Medium Red Violet #A32D83
RGB
CMYK
RGB Variations
Color information
#A32D83 (or 0xA32D83) is known color: Medium Red Violet. HEX triplet: A3, 2D and 83. RGB value is (163,45,131). Sum of RGB (Red+Green+Blue) = 163+45+131=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D83 is #5CD27C. Grayscale: #595959. Windows color (decimal): -6083197 or 8596899. OLE color: 8596899.
HSL color Cylindrical-coordinate representation of color #A32D83: hue angle of 316.27º 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 #A32D83 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 131 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.36 |
| HSL | 316.27º | 0.57% | 0.41% | - |
| HSV(B) | 316.27º | 0.72% | 0.64% | - |
| XYZ | 20.14 | 11.3 | 22.59 | - |
| YUV | 90.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 131 | 0 | 0.72 | 0.20 | 0.36 | 316.27 | 0.57 | 0.41 |
| Hex | A3 | 2D | 83 | 0 | 48 | 14 | 24 | 13C | 39 | 29 |
| Octal | 243 | 55 | 203 | 0 | 110 | 24 | 44 | 474 | 71 | 51 |
| Binary | 10100011 | 101101 | 10000011 | 0 | 1001000 | 10100 | 100100 | 100111100 | 111001 | 101001 |
Color Harmonies of #A32D83
Complementary color
Monochromatic Colors of #A32D83
Black with #A32D83
Text Example
Text Example
White with #A32D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D83; }
p { color: rgb(163,45,131); }
H1.HeaderClassName
{
color: #A32D83;
}
.AnyTagClassName
{
color: #A32D83;
}
</style>
background-color css
<style>
a { background-color: #A32D83; }
a { background-color: rgb(163,45,131); }
div.DivClassName
{
background-color: #A32D83;
}
.BgClassName
{
background-color: #A32D83;
}
</style>
border-color css
<style>
span { border-color: #A32D83; }
span { border-color: rgb(163,45,131); }
td.TdClassName
{
border-color: #A32D83;
}
.TagClassName
{
border-color: #A32D83;
}
</style>