Shades of Medium Red Violet #A32E9B
Tints of Medium Red Violet #A32E9B
RGB
CMYK
RGB Variations
Color information
#A32E9B (or 0xA32E9B) is known color: Medium Red Violet. HEX triplet: A3, 2E and 9B. RGB value is (163,46,155). Sum of RGB (Red+Green+Blue) = 163+46+155=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32E9B is #5CD164. Grayscale: #5D5D5D. Windows color (decimal): -6082917 or 10170019. OLE color: 10170019.
HSL color Cylindrical-coordinate representation of color #A32E9B: hue angle of 304.1º 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 #A32E9B is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 155 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.36 |
| HSL | 304.1º | 0.56% | 0.41% | - |
| HSV(B) | 304.1º | 0.72% | 0.64% | - |
| XYZ | 22 | 12.11 | 32.19 | - |
| YUV | 93.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 155 | 0 | 0.72 | 0.05 | 0.36 | 304.1 | 0.56 | 0.41 |
| Hex | A3 | 2E | 9B | 0 | 48 | 5 | 24 | 130 | 38 | 29 |
| Octal | 243 | 56 | 233 | 0 | 110 | 5 | 44 | 460 | 70 | 51 |
| Binary | 10100011 | 101110 | 10011011 | 0 | 1001000 | 101 | 100100 | 100110000 | 111000 | 101001 |
Color Harmonies of #A32E9B
Complementary color
Monochromatic Colors of #A32E9B
Black with #A32E9B
Text Example
Text Example
White with #A32E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E9B; }
p { color: rgb(163,46,155); }
H1.HeaderClassName
{
color: #A32E9B;
}
.AnyTagClassName
{
color: #A32E9B;
}
</style>
background-color css
<style>
a { background-color: #A32E9B; }
a { background-color: rgb(163,46,155); }
div.DivClassName
{
background-color: #A32E9B;
}
.BgClassName
{
background-color: #A32E9B;
}
</style>
border-color css
<style>
span { border-color: #A32E9B; }
span { border-color: rgb(163,46,155); }
td.TdClassName
{
border-color: #A32E9B;
}
.TagClassName
{
border-color: #A32E9B;
}
</style>