Shades of Medium Red Violet #A32C7B
Tints of Medium Red Violet #A32C7B
RGB
CMYK
RGB Variations
Color information
#A32C7B (or 0xA32C7B) is known color: Medium Red Violet. HEX triplet: A3, 2C and 7B. RGB value is (163,44,123). Sum of RGB (Red+Green+Blue) = 163+44+123=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C7B is #5CD384. Grayscale: #585858. Windows color (decimal): -6083461 or 8072355. OLE color: 8072355.
HSL color Cylindrical-coordinate representation of color #A32C7B: hue angle of 320.17º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C7B is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 123 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.36 |
| HSL | 320.17º | 0.57% | 0.41% | - |
| HSV(B) | 320.17º | 0.73% | 0.64% | - |
| XYZ | 19.58 | 11.02 | 19.83 | - |
| YUV | 88.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 123 | 0 | 0.73 | 0.25 | 0.36 | 320.17 | 0.57 | 0.41 |
| Hex | A3 | 2C | 7B | 0 | 49 | 19 | 24 | 140 | 39 | 29 |
| Octal | 243 | 54 | 173 | 0 | 111 | 31 | 44 | 500 | 71 | 51 |
| Binary | 10100011 | 101100 | 1111011 | 0 | 1001001 | 11001 | 100100 | 101000000 | 111001 | 101001 |
Color Harmonies of #A32C7B
Complementary color
Monochromatic Colors of #A32C7B
Black with #A32C7B
Text Example
Text Example
White with #A32C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C7B; }
p { color: rgb(163,44,123); }
H1.HeaderClassName
{
color: #A32C7B;
}
.AnyTagClassName
{
color: #A32C7B;
}
</style>
background-color css
<style>
a { background-color: #A32C7B; }
a { background-color: rgb(163,44,123); }
div.DivClassName
{
background-color: #A32C7B;
}
.BgClassName
{
background-color: #A32C7B;
}
</style>
border-color css
<style>
span { border-color: #A32C7B; }
span { border-color: rgb(163,44,123); }
td.TdClassName
{
border-color: #A32C7B;
}
.TagClassName
{
border-color: #A32C7B;
}
</style>