Shades of Medium Red Violet #A32D73
Tints of Medium Red Violet #A32D73
RGB
CMYK
RGB Variations
Color information
#A32D73 (or 0xA32D73) is known color: Medium Red Violet. HEX triplet: A3, 2D and 73. RGB value is (163,45,115). Sum of RGB (Red+Green+Blue) = 163+45+115=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D73 is #5CD28C. Grayscale: #585858. Windows color (decimal): -6083213 or 7548323. OLE color: 7548323.
HSL color Cylindrical-coordinate representation of color #A32D73: hue angle of 324.41º 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 #A32D73 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 115 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.36 |
| HSL | 324.41º | 0.57% | 0.41% | - |
| HSV(B) | 324.41º | 0.72% | 0.64% | - |
| XYZ | 19.14 | 10.9 | 17.32 | - |
| YUV | 88.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 115 | 0 | 0.72 | 0.29 | 0.36 | 324.41 | 0.57 | 0.41 |
| Hex | A3 | 2D | 73 | 0 | 48 | 1D | 24 | 144 | 39 | 29 |
| Octal | 243 | 55 | 163 | 0 | 110 | 35 | 44 | 504 | 71 | 51 |
| Binary | 10100011 | 101101 | 1110011 | 0 | 1001000 | 11101 | 100100 | 101000100 | 111001 | 101001 |
Color Harmonies of #A32D73
Complementary color
Monochromatic Colors of #A32D73
Black with #A32D73
Text Example
Text Example
White with #A32D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D73; }
p { color: rgb(163,45,115); }
H1.HeaderClassName
{
color: #A32D73;
}
.AnyTagClassName
{
color: #A32D73;
}
</style>
background-color css
<style>
a { background-color: #A32D73; }
a { background-color: rgb(163,45,115); }
div.DivClassName
{
background-color: #A32D73;
}
.BgClassName
{
background-color: #A32D73;
}
</style>
border-color css
<style>
span { border-color: #A32D73; }
span { border-color: rgb(163,45,115); }
td.TdClassName
{
border-color: #A32D73;
}
.TagClassName
{
border-color: #A32D73;
}
</style>