Shades of Medium Red Violet #A32989
Tints of Medium Red Violet #A32989
RGB
CMYK
RGB Variations
Color information
#A32989 (or 0xA32989) is known color: Medium Red Violet. HEX triplet: A3, 29 and 89. RGB value is (163,41,137). Sum of RGB (Red+Green+Blue) = 163+41+137=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A32989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32989 is #5CD676. Grayscale: #585858. Windows color (decimal): -6084215 or 8989091. OLE color: 8989091.
HSL color Cylindrical-coordinate representation of color #A32989: hue angle of 312.79º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32989 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 137 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.36 |
| HSL | 312.79º | 0.6% | 0.4% | - |
| HSV(B) | 312.79º | 0.75% | 0.64% | - |
| XYZ | 20.41 | 11.18 | 24.75 | - |
| YUV | 88.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 137 | 0 | 0.75 | 0.16 | 0.36 | 312.79 | 0.6 | 0.4 |
| Hex | A3 | 29 | 89 | 0 | 4B | 10 | 24 | 139 | 3C | 28 |
| Octal | 243 | 51 | 211 | 0 | 113 | 20 | 44 | 471 | 74 | 50 |
| Binary | 10100011 | 101001 | 10001001 | 0 | 1001011 | 10000 | 100100 | 100111001 | 111100 | 101000 |
Color Harmonies of #A32989
Complementary color
Monochromatic Colors of #A32989
Black with #A32989
Text Example
Text Example
White with #A32989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32989; }
p { color: rgb(163,41,137); }
H1.HeaderClassName
{
color: #A32989;
}
.AnyTagClassName
{
color: #A32989;
}
</style>
background-color css
<style>
a { background-color: #A32989; }
a { background-color: rgb(163,41,137); }
div.DivClassName
{
background-color: #A32989;
}
.BgClassName
{
background-color: #A32989;
}
</style>
border-color css
<style>
span { border-color: #A32989; }
span { border-color: rgb(163,41,137); }
td.TdClassName
{
border-color: #A32989;
}
.TagClassName
{
border-color: #A32989;
}
</style>