Shades of Medium Red Violet #A32D89
Tints of Medium Red Violet #A32D89
RGB
CMYK
RGB Variations
Color information
#A32D89 (or 0xA32D89) is known color: Medium Red Violet. HEX triplet: A3, 2D and 89. RGB value is (163,45,137). Sum of RGB (Red+Green+Blue) = 163+45+137=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D89 is #5CD276. Grayscale: #5A5A5A. Windows color (decimal): -6083191 or 8990115. OLE color: 8990115.
HSL color Cylindrical-coordinate representation of color #A32D89: hue angle of 313.22º 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 #A32D89 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 137 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.36 |
| HSL | 313.22º | 0.57% | 0.41% | - |
| HSV(B) | 313.22º | 0.72% | 0.64% | - |
| XYZ | 20.56 | 11.47 | 24.8 | - |
| YUV | 90.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 137 | 0 | 0.72 | 0.16 | 0.36 | 313.22 | 0.57 | 0.41 |
| Hex | A3 | 2D | 89 | 0 | 48 | 10 | 24 | 139 | 39 | 29 |
| Octal | 243 | 55 | 211 | 0 | 110 | 20 | 44 | 471 | 71 | 51 |
| Binary | 10100011 | 101101 | 10001001 | 0 | 1001000 | 10000 | 100100 | 100111001 | 111001 | 101001 |
Color Harmonies of #A32D89
Complementary color
Monochromatic Colors of #A32D89
Black with #A32D89
Text Example
Text Example
White with #A32D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D89; }
p { color: rgb(163,45,137); }
H1.HeaderClassName
{
color: #A32D89;
}
.AnyTagClassName
{
color: #A32D89;
}
</style>
background-color css
<style>
a { background-color: #A32D89; }
a { background-color: rgb(163,45,137); }
div.DivClassName
{
background-color: #A32D89;
}
.BgClassName
{
background-color: #A32D89;
}
</style>
border-color css
<style>
span { border-color: #A32D89; }
span { border-color: rgb(163,45,137); }
td.TdClassName
{
border-color: #A32D89;
}
.TagClassName
{
border-color: #A32D89;
}
</style>