Shades of Medium Red Violet #A32896
Tints of Medium Red Violet #A32896
RGB
CMYK
RGB Variations
Color information
#A32896 (or 0xA32896) is known color: Medium Red Violet. HEX triplet: A3, 28 and 96. RGB value is (163,40,150). Sum of RGB (Red+Green+Blue) = 163+40+150=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A32896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32896 is #5CD769. Grayscale: #595959. Windows color (decimal): -6084458 or 9840803. OLE color: 9840803.
HSL color Cylindrical-coordinate representation of color #A32896: hue angle of 306.34º 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 #A32896 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 150 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.36 |
| HSL | 306.34º | 0.61% | 0.4% | - |
| HSV(B) | 306.34º | 0.75% | 0.64% | - |
| XYZ | 21.37 | 11.51 | 29.95 | - |
| YUV | 89.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 150 | 0 | 0.75 | 0.08 | 0.36 | 306.34 | 0.61 | 0.4 |
| Hex | A3 | 28 | 96 | 0 | 4B | 8 | 24 | 132 | 3D | 28 |
| Octal | 243 | 50 | 226 | 0 | 113 | 10 | 44 | 462 | 75 | 50 |
| Binary | 10100011 | 101000 | 10010110 | 0 | 1001011 | 1000 | 100100 | 100110010 | 111101 | 101000 |
Color Harmonies of #A32896
Complementary color
Monochromatic Colors of #A32896
Black with #A32896
Text Example
Text Example
White with #A32896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32896; }
p { color: rgb(163,40,150); }
H1.HeaderClassName
{
color: #A32896;
}
.AnyTagClassName
{
color: #A32896;
}
</style>
background-color css
<style>
a { background-color: #A32896; }
a { background-color: rgb(163,40,150); }
div.DivClassName
{
background-color: #A32896;
}
.BgClassName
{
background-color: #A32896;
}
</style>
border-color css
<style>
span { border-color: #A32896; }
span { border-color: rgb(163,40,150); }
td.TdClassName
{
border-color: #A32896;
}
.TagClassName
{
border-color: #A32896;
}
</style>