Shades of Medium Red Violet #A32D90
Tints of Medium Red Violet #A32D90
RGB
CMYK
RGB Variations
Color information
#A32D90 (or 0xA32D90) is known color: Medium Red Violet. HEX triplet: A3, 2D and 90. RGB value is (163,45,144). Sum of RGB (Red+Green+Blue) = 163+45+144=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D90 is #5CD26F. Grayscale: #5B5B5B. Windows color (decimal): -6083184 or 9448867. OLE color: 9448867.
HSL color Cylindrical-coordinate representation of color #A32D90: hue angle of 309.66º degrees, saturation: 0.57, 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 #A32D90 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 144 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.36 |
| HSL | 309.66º | 0.57% | 0.41% | - |
| HSV(B) | 309.66º | 0.72% | 0.64% | - |
| XYZ | 21.08 | 11.68 | 27.53 | - |
| YUV | 91.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 144 | 0 | 0.72 | 0.12 | 0.36 | 309.66 | 0.57 | 0.41 |
| Hex | A3 | 2D | 90 | 0 | 48 | C | 24 | 136 | 39 | 29 |
| Octal | 243 | 55 | 220 | 0 | 110 | 14 | 44 | 466 | 71 | 51 |
| Binary | 10100011 | 101101 | 10010000 | 0 | 1001000 | 1100 | 100100 | 100110110 | 111001 | 101001 |
Color Harmonies of #A32D90
Complementary color
Monochromatic Colors of #A32D90
Black with #A32D90
Text Example
Text Example
White with #A32D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D90; }
p { color: rgb(163,45,144); }
H1.HeaderClassName
{
color: #A32D90;
}
.AnyTagClassName
{
color: #A32D90;
}
</style>
background-color css
<style>
a { background-color: #A32D90; }
a { background-color: rgb(163,45,144); }
div.DivClassName
{
background-color: #A32D90;
}
.BgClassName
{
background-color: #A32D90;
}
</style>
border-color css
<style>
span { border-color: #A32D90; }
span { border-color: rgb(163,45,144); }
td.TdClassName
{
border-color: #A32D90;
}
.TagClassName
{
border-color: #A32D90;
}
</style>