Shades of Medium Red Violet #A32889
Tints of Medium Red Violet #A32889
RGB
CMYK
RGB Variations
Color information
#A32889 (or 0xA32889) is known color: Medium Red Violet. HEX triplet: A3, 28 and 89. RGB value is (163,40,137). Sum of RGB (Red+Green+Blue) = 163+40+137=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A32889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32889 is #5CD776. Grayscale: #575757. Windows color (decimal): -6084471 or 8988835. OLE color: 8988835.
HSL color Cylindrical-coordinate representation of color #A32889: hue angle of 312.68º degrees, saturation: 0.61, 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 #A32889 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 137 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.36 |
| HSL | 312.68º | 0.61% | 0.4% | - |
| HSV(B) | 312.68º | 0.75% | 0.64% | - |
| XYZ | 20.38 | 11.11 | 24.74 | - |
| YUV | 87.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 137 | 0 | 0.75 | 0.16 | 0.36 | 312.68 | 0.61 | 0.4 |
| Hex | A3 | 28 | 89 | 0 | 4B | 10 | 24 | 139 | 3D | 28 |
| Octal | 243 | 50 | 211 | 0 | 113 | 20 | 44 | 471 | 75 | 50 |
| Binary | 10100011 | 101000 | 10001001 | 0 | 1001011 | 10000 | 100100 | 100111001 | 111101 | 101000 |
Color Harmonies of #A32889
Complementary color
Monochromatic Colors of #A32889
Black with #A32889
Text Example
Text Example
White with #A32889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32889; }
p { color: rgb(163,40,137); }
H1.HeaderClassName
{
color: #A32889;
}
.AnyTagClassName
{
color: #A32889;
}
</style>
background-color css
<style>
a { background-color: #A32889; }
a { background-color: rgb(163,40,137); }
div.DivClassName
{
background-color: #A32889;
}
.BgClassName
{
background-color: #A32889;
}
</style>
border-color css
<style>
span { border-color: #A32889; }
span { border-color: rgb(163,40,137); }
td.TdClassName
{
border-color: #A32889;
}
.TagClassName
{
border-color: #A32889;
}
</style>