Shades of Medium Red Violet #A32A7C
Tints of Medium Red Violet #A32A7C
RGB
CMYK
RGB Variations
Color information
#A32A7C (or 0xA32A7C) is known color: Medium Red Violet. HEX triplet: A3, 2A and 7C. RGB value is (163,42,124). Sum of RGB (Red+Green+Blue) = 163+42+124=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32A7C is #5CD583. Grayscale: #575757. Windows color (decimal): -6083972 or 8137379. OLE color: 8137379.
HSL color Cylindrical-coordinate representation of color #A32A7C: hue angle of 319.34º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32A7C is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 124 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.36 |
| HSL | 319.34º | 0.59% | 0.4% | - |
| HSV(B) | 319.34º | 0.74% | 0.64% | - |
| XYZ | 19.57 | 10.9 | 20.14 | - |
| YUV | 87.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 124 | 0 | 0.74 | 0.24 | 0.36 | 319.34 | 0.59 | 0.4 |
| Hex | A3 | 2A | 7C | 0 | 4A | 18 | 24 | 13F | 3B | 28 |
| Octal | 243 | 52 | 174 | 0 | 112 | 30 | 44 | 477 | 73 | 50 |
| Binary | 10100011 | 101010 | 1111100 | 0 | 1001010 | 11000 | 100100 | 100111111 | 111011 | 101000 |
Color Harmonies of #A32A7C
Complementary color
Monochromatic Colors of #A32A7C
Black with #A32A7C
Text Example
Text Example
White with #A32A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A7C; }
p { color: rgb(163,42,124); }
H1.HeaderClassName
{
color: #A32A7C;
}
.AnyTagClassName
{
color: #A32A7C;
}
</style>
background-color css
<style>
a { background-color: #A32A7C; }
a { background-color: rgb(163,42,124); }
div.DivClassName
{
background-color: #A32A7C;
}
.BgClassName
{
background-color: #A32A7C;
}
</style>
border-color css
<style>
span { border-color: #A32A7C; }
span { border-color: rgb(163,42,124); }
td.TdClassName
{
border-color: #A32A7C;
}
.TagClassName
{
border-color: #A32A7C;
}
</style>