Shades of Medium Red Violet #A32596
Tints of Medium Red Violet #A32596
RGB
CMYK
RGB Variations
Color information
#A32596 (or 0xA32596) is known color: Medium Red Violet. HEX triplet: A3, 25 and 96. RGB value is (163,37,150). Sum of RGB (Red+Green+Blue) = 163+37+150=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A32596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32596 is #5CDA69. Grayscale: #575757. Windows color (decimal): -6085226 or 9840035. OLE color: 9840035.
HSL color Cylindrical-coordinate representation of color #A32596: hue angle of 306.19º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32596 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 150 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.36 |
| HSL | 306.19º | 0.63% | 0.39% | - |
| HSV(B) | 306.19º | 0.77% | 0.64% | - |
| XYZ | 21.27 | 11.31 | 29.92 | - |
| YUV | 87.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 150 | 0 | 0.77 | 0.08 | 0.36 | 306.19 | 0.63 | 0.39 |
| Hex | A3 | 25 | 96 | 0 | 4D | 8 | 24 | 132 | 3F | 27 |
| Octal | 243 | 45 | 226 | 0 | 115 | 10 | 44 | 462 | 77 | 47 |
| Binary | 10100011 | 100101 | 10010110 | 0 | 1001101 | 1000 | 100100 | 100110010 | 111111 | 100111 |
Color Harmonies of #A32596
Complementary color
Monochromatic Colors of #A32596
Black with #A32596
Text Example
Text Example
White with #A32596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32596; }
p { color: rgb(163,37,150); }
H1.HeaderClassName
{
color: #A32596;
}
.AnyTagClassName
{
color: #A32596;
}
</style>
background-color css
<style>
a { background-color: #A32596; }
a { background-color: rgb(163,37,150); }
div.DivClassName
{
background-color: #A32596;
}
.BgClassName
{
background-color: #A32596;
}
</style>
border-color css
<style>
span { border-color: #A32596; }
span { border-color: rgb(163,37,150); }
td.TdClassName
{
border-color: #A32596;
}
.TagClassName
{
border-color: #A32596;
}
</style>