Shades of Medium Red Violet #A32E75
Tints of Medium Red Violet #A32E75
RGB
CMYK
RGB Variations
Color information
#A32E75 (or 0xA32E75) is known color: Medium Red Violet. HEX triplet: A3, 2E and 75. RGB value is (163,46,117). Sum of RGB (Red+Green+Blue) = 163+46+117=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E75 is #5CD18A. Grayscale: #585858. Windows color (decimal): -6082955 or 7679651. OLE color: 7679651.
HSL color Cylindrical-coordinate representation of color #A32E75: hue angle of 323.59º 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 #A32E75 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 117 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.36 |
| HSL | 323.59º | 0.56% | 0.41% | - |
| HSV(B) | 323.59º | 0.72% | 0.64% | - |
| XYZ | 19.29 | 11.02 | 17.94 | - |
| YUV | 89.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 117 | 0 | 0.72 | 0.28 | 0.36 | 323.59 | 0.56 | 0.41 |
| Hex | A3 | 2E | 75 | 0 | 48 | 1C | 24 | 144 | 38 | 29 |
| Octal | 243 | 56 | 165 | 0 | 110 | 34 | 44 | 504 | 70 | 51 |
| Binary | 10100011 | 101110 | 1110101 | 0 | 1001000 | 11100 | 100100 | 101000100 | 111000 | 101001 |
Color Harmonies of #A32E75
Complementary color
Monochromatic Colors of #A32E75
Black with #A32E75
Text Example
Text Example
White with #A32E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E75; }
p { color: rgb(163,46,117); }
H1.HeaderClassName
{
color: #A32E75;
}
.AnyTagClassName
{
color: #A32E75;
}
</style>
background-color css
<style>
a { background-color: #A32E75; }
a { background-color: rgb(163,46,117); }
div.DivClassName
{
background-color: #A32E75;
}
.BgClassName
{
background-color: #A32E75;
}
</style>
border-color css
<style>
span { border-color: #A32E75; }
span { border-color: rgb(163,46,117); }
td.TdClassName
{
border-color: #A32E75;
}
.TagClassName
{
border-color: #A32E75;
}
</style>