Shades of Medium Red Violet #A32D8B
Tints of Medium Red Violet #A32D8B
RGB
CMYK
RGB Variations
Color information
#A32D8B (or 0xA32D8B) is known color: Medium Red Violet. HEX triplet: A3, 2D and 8B. RGB value is (163,45,139). Sum of RGB (Red+Green+Blue) = 163+45+139=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D8B is #5CD274. Grayscale: #5A5A5A. Windows color (decimal): -6083189 or 9121187. OLE color: 9121187.
HSL color Cylindrical-coordinate representation of color #A32D8B: hue angle of 312.2º 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 #A32D8B is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 139 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.36 |
| HSL | 312.2º | 0.57% | 0.41% | - |
| HSV(B) | 312.2º | 0.72% | 0.64% | - |
| XYZ | 20.7 | 11.53 | 25.56 | - |
| YUV | 91 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 139 | 0 | 0.72 | 0.15 | 0.36 | 312.2 | 0.57 | 0.41 |
| Hex | A3 | 2D | 8B | 0 | 48 | F | 24 | 138 | 39 | 29 |
| Octal | 243 | 55 | 213 | 0 | 110 | 17 | 44 | 470 | 71 | 51 |
| Binary | 10100011 | 101101 | 10001011 | 0 | 1001000 | 1111 | 100100 | 100111000 | 111001 | 101001 |
Color Harmonies of #A32D8B
Complementary color
Monochromatic Colors of #A32D8B
Black with #A32D8B
Text Example
Text Example
White with #A32D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D8B; }
p { color: rgb(163,45,139); }
H1.HeaderClassName
{
color: #A32D8B;
}
.AnyTagClassName
{
color: #A32D8B;
}
</style>
background-color css
<style>
a { background-color: #A32D8B; }
a { background-color: rgb(163,45,139); }
div.DivClassName
{
background-color: #A32D8B;
}
.BgClassName
{
background-color: #A32D8B;
}
</style>
border-color css
<style>
span { border-color: #A32D8B; }
span { border-color: rgb(163,45,139); }
td.TdClassName
{
border-color: #A32D8B;
}
.TagClassName
{
border-color: #A32D8B;
}
</style>