Shades of Medium Red Violet #A32E7F
Tints of Medium Red Violet #A32E7F
RGB
CMYK
RGB Variations
Color information
#A32E7F (or 0xA32E7F) is known color: Medium Red Violet. HEX triplet: A3, 2E and 7F. RGB value is (163,46,127). Sum of RGB (Red+Green+Blue) = 163+46+127=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E7F is #5CD180. Grayscale: #5A5A5A. Windows color (decimal): -6082945 or 8335011. OLE color: 8335011.
HSL color Cylindrical-coordinate representation of color #A32E7F: hue angle of 318.46º 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 #A32E7F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 127 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.36 |
| HSL | 318.46º | 0.56% | 0.41% | - |
| HSV(B) | 318.46º | 0.72% | 0.64% | - |
| XYZ | 19.91 | 11.27 | 21.21 | - |
| YUV | 90.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 127 | 0 | 0.72 | 0.22 | 0.36 | 318.46 | 0.56 | 0.41 |
| Hex | A3 | 2E | 7F | 0 | 48 | 16 | 24 | 13E | 38 | 29 |
| Octal | 243 | 56 | 177 | 0 | 110 | 26 | 44 | 476 | 70 | 51 |
| Binary | 10100011 | 101110 | 1111111 | 0 | 1001000 | 10110 | 100100 | 100111110 | 111000 | 101001 |
Color Harmonies of #A32E7F
Complementary color
Monochromatic Colors of #A32E7F
Black with #A32E7F
Text Example
Text Example
White with #A32E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E7F; }
p { color: rgb(163,46,127); }
H1.HeaderClassName
{
color: #A32E7F;
}
.AnyTagClassName
{
color: #A32E7F;
}
</style>
background-color css
<style>
a { background-color: #A32E7F; }
a { background-color: rgb(163,46,127); }
div.DivClassName
{
background-color: #A32E7F;
}
.BgClassName
{
background-color: #A32E7F;
}
</style>
border-color css
<style>
span { border-color: #A32E7F; }
span { border-color: rgb(163,46,127); }
td.TdClassName
{
border-color: #A32E7F;
}
.TagClassName
{
border-color: #A32E7F;
}
</style>