Shades of Medium Red Violet #A32B8E
Tints of Medium Red Violet #A32B8E
RGB
CMYK
RGB Variations
Color information
#A32B8E (or 0xA32B8E) is known color: Medium Red Violet. HEX triplet: A3, 2B and 8E. RGB value is (163,43,142). Sum of RGB (Red+Green+Blue) = 163+43+142=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B8E is #5CD471. Grayscale: #595959. Windows color (decimal): -6083698 or 9317283. OLE color: 9317283.
HSL color Cylindrical-coordinate representation of color #A32B8E: hue angle of 310.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 #A32B8E is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 142 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.36 |
| HSL | 310.5º | 0.58% | 0.4% | - |
| HSV(B) | 310.5º | 0.74% | 0.64% | - |
| XYZ | 20.85 | 11.47 | 26.71 | - |
| YUV | 90.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 142 | 0 | 0.74 | 0.13 | 0.36 | 310.5 | 0.58 | 0.4 |
| Hex | A3 | 2B | 8E | 0 | 4A | D | 24 | 136 | 3A | 28 |
| Octal | 243 | 53 | 216 | 0 | 112 | 15 | 44 | 466 | 72 | 50 |
| Binary | 10100011 | 101011 | 10001110 | 0 | 1001010 | 1101 | 100100 | 100110110 | 111010 | 101000 |
Color Harmonies of #A32B8E
Complementary color
Monochromatic Colors of #A32B8E
Black with #A32B8E
Text Example
Text Example
White with #A32B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B8E; }
p { color: rgb(163,43,142); }
H1.HeaderClassName
{
color: #A32B8E;
}
.AnyTagClassName
{
color: #A32B8E;
}
</style>
background-color css
<style>
a { background-color: #A32B8E; }
a { background-color: rgb(163,43,142); }
div.DivClassName
{
background-color: #A32B8E;
}
.BgClassName
{
background-color: #A32B8E;
}
</style>
border-color css
<style>
span { border-color: #A32B8E; }
span { border-color: rgb(163,43,142); }
td.TdClassName
{
border-color: #A32B8E;
}
.TagClassName
{
border-color: #A32B8E;
}
</style>