Shades of Medium Red Violet #A32E91
Tints of Medium Red Violet #A32E91
RGB
CMYK
RGB Variations
Color information
#A32E91 (or 0xA32E91) is known color: Medium Red Violet. HEX triplet: A3, 2E and 91. RGB value is (163,46,145). Sum of RGB (Red+Green+Blue) = 163+46+145=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E91 is #5CD16E. Grayscale: #5B5B5B. Windows color (decimal): -6082927 or 9514659. OLE color: 9514659.
HSL color Cylindrical-coordinate representation of color #A32E91: hue angle of 309.23º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E91 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 145 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.36 |
| HSL | 309.23º | 0.56% | 0.41% | - |
| HSV(B) | 309.23º | 0.72% | 0.64% | - |
| XYZ | 21.19 | 11.78 | 27.95 | - |
| YUV | 92.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 145 | 0 | 0.72 | 0.11 | 0.36 | 309.23 | 0.56 | 0.41 |
| Hex | A3 | 2E | 91 | 0 | 48 | B | 24 | 135 | 38 | 29 |
| Octal | 243 | 56 | 221 | 0 | 110 | 13 | 44 | 465 | 70 | 51 |
| Binary | 10100011 | 101110 | 10010001 | 0 | 1001000 | 1011 | 100100 | 100110101 | 111000 | 101001 |
Color Harmonies of #A32E91
Complementary color
Monochromatic Colors of #A32E91
Black with #A32E91
Text Example
Text Example
White with #A32E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E91; }
p { color: rgb(163,46,145); }
H1.HeaderClassName
{
color: #A32E91;
}
.AnyTagClassName
{
color: #A32E91;
}
</style>
background-color css
<style>
a { background-color: #A32E91; }
a { background-color: rgb(163,46,145); }
div.DivClassName
{
background-color: #A32E91;
}
.BgClassName
{
background-color: #A32E91;
}
</style>
border-color css
<style>
span { border-color: #A32E91; }
span { border-color: rgb(163,46,145); }
td.TdClassName
{
border-color: #A32E91;
}
.TagClassName
{
border-color: #A32E91;
}
</style>