Shades of Medium Red Violet #A32994
Tints of Medium Red Violet #A32994
RGB
CMYK
RGB Variations
Color information
#A32994 (or 0xA32994) is known color: Medium Red Violet. HEX triplet: A3, 29 and 94. RGB value is (163,41,148). Sum of RGB (Red+Green+Blue) = 163+41+148=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A32994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32994 is #5CD66B. Grayscale: #595959. Windows color (decimal): -6084204 or 9709987. OLE color: 9709987.
HSL color Cylindrical-coordinate representation of color #A32994: hue angle of 307.38º 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 #A32994 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 148 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.36 |
| HSL | 307.38º | 0.6% | 0.4% | - |
| HSV(B) | 307.38º | 0.75% | 0.64% | - |
| XYZ | 21.24 | 11.51 | 29.12 | - |
| YUV | 89.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 148 | 0 | 0.75 | 0.09 | 0.36 | 307.38 | 0.6 | 0.4 |
| Hex | A3 | 29 | 94 | 0 | 4B | 9 | 24 | 133 | 3C | 28 |
| Octal | 243 | 51 | 224 | 0 | 113 | 11 | 44 | 463 | 74 | 50 |
| Binary | 10100011 | 101001 | 10010100 | 0 | 1001011 | 1001 | 100100 | 100110011 | 111100 | 101000 |
Color Harmonies of #A32994
Complementary color
Monochromatic Colors of #A32994
Black with #A32994
Text Example
Text Example
White with #A32994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32994; }
p { color: rgb(163,41,148); }
H1.HeaderClassName
{
color: #A32994;
}
.AnyTagClassName
{
color: #A32994;
}
</style>
background-color css
<style>
a { background-color: #A32994; }
a { background-color: rgb(163,41,148); }
div.DivClassName
{
background-color: #A32994;
}
.BgClassName
{
background-color: #A32994;
}
</style>
border-color css
<style>
span { border-color: #A32994; }
span { border-color: rgb(163,41,148); }
td.TdClassName
{
border-color: #A32994;
}
.TagClassName
{
border-color: #A32994;
}
</style>