Shades of Medium Red Violet #A32B8C
Tints of Medium Red Violet #A32B8C
RGB
CMYK
RGB Variations
Color information
#A32B8C (or 0xA32B8C) is known color: Medium Red Violet. HEX triplet: A3, 2B and 8C. RGB value is (163,43,140). Sum of RGB (Red+Green+Blue) = 163+43+140=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B8C is #5CD473. Grayscale: #595959. Windows color (decimal): -6083700 or 9186211. OLE color: 9186211.
HSL color Cylindrical-coordinate representation of color #A32B8C: hue angle of 311.5º 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 #A32B8C is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 140 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.36 |
| HSL | 311.5º | 0.58% | 0.4% | - |
| HSV(B) | 311.5º | 0.74% | 0.64% | - |
| XYZ | 20.7 | 11.41 | 25.92 | - |
| YUV | 89.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 140 | 0 | 0.74 | 0.14 | 0.36 | 311.5 | 0.58 | 0.4 |
| Hex | A3 | 2B | 8C | 0 | 4A | E | 24 | 138 | 3A | 28 |
| Octal | 243 | 53 | 214 | 0 | 112 | 16 | 44 | 470 | 72 | 50 |
| Binary | 10100011 | 101011 | 10001100 | 0 | 1001010 | 1110 | 100100 | 100111000 | 111010 | 101000 |
Color Harmonies of #A32B8C
Complementary color
Monochromatic Colors of #A32B8C
Black with #A32B8C
Text Example
Text Example
White with #A32B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B8C; }
p { color: rgb(163,43,140); }
H1.HeaderClassName
{
color: #A32B8C;
}
.AnyTagClassName
{
color: #A32B8C;
}
</style>
background-color css
<style>
a { background-color: #A32B8C; }
a { background-color: rgb(163,43,140); }
div.DivClassName
{
background-color: #A32B8C;
}
.BgClassName
{
background-color: #A32B8C;
}
</style>
border-color css
<style>
span { border-color: #A32B8C; }
span { border-color: rgb(163,43,140); }
td.TdClassName
{
border-color: #A32B8C;
}
.TagClassName
{
border-color: #A32B8C;
}
</style>