Shades of Medium Red Violet #A32873
Tints of Medium Red Violet #A32873
RGB
CMYK
RGB Variations
Color information
#A32873 (or 0xA32873) is known color: Medium Red Violet. HEX triplet: A3, 28 and 73. RGB value is (163,40,115). Sum of RGB (Red+Green+Blue) = 163+40+115=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A32873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32873 is #5CD78C. Grayscale: #555555. Windows color (decimal): -6084493 or 7547043. OLE color: 7547043.
HSL color Cylindrical-coordinate representation of color #A32873: hue angle of 323.41º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32873 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 115 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.36 |
| HSL | 323.41º | 0.61% | 0.4% | - |
| HSV(B) | 323.41º | 0.75% | 0.64% | - |
| XYZ | 18.96 | 10.54 | 17.26 | - |
| YUV | 85.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 115 | 0 | 0.75 | 0.29 | 0.36 | 323.41 | 0.61 | 0.4 |
| Hex | A3 | 28 | 73 | 0 | 4B | 1D | 24 | 143 | 3D | 28 |
| Octal | 243 | 50 | 163 | 0 | 113 | 35 | 44 | 503 | 75 | 50 |
| Binary | 10100011 | 101000 | 1110011 | 0 | 1001011 | 11101 | 100100 | 101000011 | 111101 | 101000 |
Color Harmonies of #A32873
Complementary color
Monochromatic Colors of #A32873
Black with #A32873
Text Example
Text Example
White with #A32873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32873; }
p { color: rgb(163,40,115); }
H1.HeaderClassName
{
color: #A32873;
}
.AnyTagClassName
{
color: #A32873;
}
</style>
background-color css
<style>
a { background-color: #A32873; }
a { background-color: rgb(163,40,115); }
div.DivClassName
{
background-color: #A32873;
}
.BgClassName
{
background-color: #A32873;
}
</style>
border-color css
<style>
span { border-color: #A32873; }
span { border-color: rgb(163,40,115); }
td.TdClassName
{
border-color: #A32873;
}
.TagClassName
{
border-color: #A32873;
}
</style>