Shades of Medium Red Violet #A32983
Tints of Medium Red Violet #A32983
RGB
CMYK
RGB Variations
Color information
#A32983 (or 0xA32983) is known color: Medium Red Violet. HEX triplet: A3, 29 and 83. RGB value is (163,41,131). Sum of RGB (Red+Green+Blue) = 163+41+131=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A32983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32983 is #5CD67C. Grayscale: #575757. Windows color (decimal): -6084221 or 8595875. OLE color: 8595875.
HSL color Cylindrical-coordinate representation of color #A32983: hue angle of 315.74º degrees, saturation: 0.6, 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 #A32983 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 131 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.36 |
| HSL | 315.74º | 0.6% | 0.4% | - |
| HSV(B) | 315.74º | 0.75% | 0.64% | - |
| XYZ | 19.99 | 11.01 | 22.54 | - |
| YUV | 87.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 131 | 0 | 0.75 | 0.20 | 0.36 | 315.74 | 0.6 | 0.4 |
| Hex | A3 | 29 | 83 | 0 | 4B | 14 | 24 | 13C | 3C | 28 |
| Octal | 243 | 51 | 203 | 0 | 113 | 24 | 44 | 474 | 74 | 50 |
| Binary | 10100011 | 101001 | 10000011 | 0 | 1001011 | 10100 | 100100 | 100111100 | 111100 | 101000 |
Color Harmonies of #A32983
Complementary color
Monochromatic Colors of #A32983
Black with #A32983
Text Example
Text Example
White with #A32983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32983; }
p { color: rgb(163,41,131); }
H1.HeaderClassName
{
color: #A32983;
}
.AnyTagClassName
{
color: #A32983;
}
</style>
background-color css
<style>
a { background-color: #A32983; }
a { background-color: rgb(163,41,131); }
div.DivClassName
{
background-color: #A32983;
}
.BgClassName
{
background-color: #A32983;
}
</style>
border-color css
<style>
span { border-color: #A32983; }
span { border-color: rgb(163,41,131); }
td.TdClassName
{
border-color: #A32983;
}
.TagClassName
{
border-color: #A32983;
}
</style>