Shades of Medium Red Violet #A32C90
Tints of Medium Red Violet #A32C90
RGB
CMYK
RGB Variations
Color information
#A32C90 (or 0xA32C90) is known color: Medium Red Violet. HEX triplet: A3, 2C and 90. RGB value is (163,44,144). Sum of RGB (Red+Green+Blue) = 163+44+144=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32C90 is #5CD36F. Grayscale: #5A5A5A. Windows color (decimal): -6083440 or 9448611. OLE color: 9448611.
HSL color Cylindrical-coordinate representation of color #A32C90: hue angle of 309.58º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C90 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 144 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.36 |
| HSL | 309.58º | 0.57% | 0.41% | - |
| HSV(B) | 309.58º | 0.73% | 0.64% | - |
| XYZ | 21.04 | 11.6 | 27.52 | - |
| YUV | 90.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 144 | 0 | 0.73 | 0.12 | 0.36 | 309.58 | 0.57 | 0.41 |
| Hex | A3 | 2C | 90 | 0 | 49 | C | 24 | 136 | 39 | 29 |
| Octal | 243 | 54 | 220 | 0 | 111 | 14 | 44 | 466 | 71 | 51 |
| Binary | 10100011 | 101100 | 10010000 | 0 | 1001001 | 1100 | 100100 | 100110110 | 111001 | 101001 |
Color Harmonies of #A32C90
Complementary color
Monochromatic Colors of #A32C90
Black with #A32C90
Text Example
Text Example
White with #A32C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C90; }
p { color: rgb(163,44,144); }
H1.HeaderClassName
{
color: #A32C90;
}
.AnyTagClassName
{
color: #A32C90;
}
</style>
background-color css
<style>
a { background-color: #A32C90; }
a { background-color: rgb(163,44,144); }
div.DivClassName
{
background-color: #A32C90;
}
.BgClassName
{
background-color: #A32C90;
}
</style>
border-color css
<style>
span { border-color: #A32C90; }
span { border-color: rgb(163,44,144); }
td.TdClassName
{
border-color: #A32C90;
}
.TagClassName
{
border-color: #A32C90;
}
</style>