Shades of Medium Red Violet #A32B7D
Tints of Medium Red Violet #A32B7D
RGB
CMYK
RGB Variations
Color information
#A32B7D (or 0xA32B7D) is known color: Medium Red Violet. HEX triplet: A3, 2B and 7D. RGB value is (163,43,125). Sum of RGB (Red+Green+Blue) = 163+43+125=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B7D is #5CD482. Grayscale: #585858. Windows color (decimal): -6083715 or 8203171. OLE color: 8203171.
HSL color Cylindrical-coordinate representation of color #A32B7D: hue angle of 319º degrees, saturation: 0.58, 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 #A32B7D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 125 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.36 |
| HSL | 319º | 0.58% | 0.4% | - |
| HSV(B) | 319º | 0.74% | 0.64% | - |
| XYZ | 19.67 | 10.99 | 20.49 | - |
| YUV | 88.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 125 | 0 | 0.74 | 0.23 | 0.36 | 319 | 0.58 | 0.4 |
| Hex | A3 | 2B | 7D | 0 | 4A | 17 | 24 | 13F | 3A | 28 |
| Octal | 243 | 53 | 175 | 0 | 112 | 27 | 44 | 477 | 72 | 50 |
| Binary | 10100011 | 101011 | 1111101 | 0 | 1001010 | 10111 | 100100 | 100111111 | 111010 | 101000 |
Color Harmonies of #A32B7D
Complementary color
Monochromatic Colors of #A32B7D
Black with #A32B7D
Text Example
Text Example
White with #A32B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B7D; }
p { color: rgb(163,43,125); }
H1.HeaderClassName
{
color: #A32B7D;
}
.AnyTagClassName
{
color: #A32B7D;
}
</style>
background-color css
<style>
a { background-color: #A32B7D; }
a { background-color: rgb(163,43,125); }
div.DivClassName
{
background-color: #A32B7D;
}
.BgClassName
{
background-color: #A32B7D;
}
</style>
border-color css
<style>
span { border-color: #A32B7D; }
span { border-color: rgb(163,43,125); }
td.TdClassName
{
border-color: #A32B7D;
}
.TagClassName
{
border-color: #A32B7D;
}
</style>