Shades of Medium Red Violet #A32E8D
Tints of Medium Red Violet #A32E8D
RGB
CMYK
RGB Variations
Color information
#A32E8D (or 0xA32E8D) is known color: Medium Red Violet. HEX triplet: A3, 2E and 8D. RGB value is (163,46,141). Sum of RGB (Red+Green+Blue) = 163+46+141=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E8D is #5CD172. Grayscale: #5B5B5B. Windows color (decimal): -6082931 or 9252515. OLE color: 9252515.
HSL color Cylindrical-coordinate representation of color #A32E8D: hue angle of 311.28º 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 #A32E8D is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 141 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.36 |
| HSL | 311.28º | 0.56% | 0.41% | - |
| HSV(B) | 311.28º | 0.72% | 0.64% | - |
| XYZ | 20.89 | 11.66 | 26.35 | - |
| YUV | 91.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 141 | 0 | 0.72 | 0.13 | 0.36 | 311.28 | 0.56 | 0.41 |
| Hex | A3 | 2E | 8D | 0 | 48 | D | 24 | 137 | 38 | 29 |
| Octal | 243 | 56 | 215 | 0 | 110 | 15 | 44 | 467 | 70 | 51 |
| Binary | 10100011 | 101110 | 10001101 | 0 | 1001000 | 1101 | 100100 | 100110111 | 111000 | 101001 |
Color Harmonies of #A32E8D
Complementary color
Monochromatic Colors of #A32E8D
Black with #A32E8D
Text Example
Text Example
White with #A32E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E8D; }
p { color: rgb(163,46,141); }
H1.HeaderClassName
{
color: #A32E8D;
}
.AnyTagClassName
{
color: #A32E8D;
}
</style>
background-color css
<style>
a { background-color: #A32E8D; }
a { background-color: rgb(163,46,141); }
div.DivClassName
{
background-color: #A32E8D;
}
.BgClassName
{
background-color: #A32E8D;
}
</style>
border-color css
<style>
span { border-color: #A32E8D; }
span { border-color: rgb(163,46,141); }
td.TdClassName
{
border-color: #A32E8D;
}
.TagClassName
{
border-color: #A32E8D;
}
</style>