Shades of Medium Red Violet #A32576
Tints of Medium Red Violet #A32576
RGB
CMYK
RGB Variations
Color information
#A32576 (or 0xA32576) is known color: Medium Red Violet. HEX triplet: A3, 25 and 76. RGB value is (163,37,118). Sum of RGB (Red+Green+Blue) = 163+37+118=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A32576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32576 is #5CDA89. Grayscale: #535353. Windows color (decimal): -6085258 or 7742883. OLE color: 7742883.
HSL color Cylindrical-coordinate representation of color #A32576: hue angle of 321.43º 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 #A32576 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 118 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.36 |
| HSL | 321.43º | 0.63% | 0.39% | - |
| HSV(B) | 321.43º | 0.77% | 0.64% | - |
| XYZ | 19.04 | 10.42 | 18.15 | - |
| YUV | 83.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 118 | 0 | 0.77 | 0.28 | 0.36 | 321.43 | 0.63 | 0.39 |
| Hex | A3 | 25 | 76 | 0 | 4D | 1C | 24 | 141 | 3F | 27 |
| Octal | 243 | 45 | 166 | 0 | 115 | 34 | 44 | 501 | 77 | 47 |
| Binary | 10100011 | 100101 | 1110110 | 0 | 1001101 | 11100 | 100100 | 101000001 | 111111 | 100111 |
Color Harmonies of #A32576
Complementary color
Monochromatic Colors of #A32576
Black with #A32576
Text Example
Text Example
White with #A32576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32576; }
p { color: rgb(163,37,118); }
H1.HeaderClassName
{
color: #A32576;
}
.AnyTagClassName
{
color: #A32576;
}
</style>
background-color css
<style>
a { background-color: #A32576; }
a { background-color: rgb(163,37,118); }
div.DivClassName
{
background-color: #A32576;
}
.BgClassName
{
background-color: #A32576;
}
</style>
border-color css
<style>
span { border-color: #A32576; }
span { border-color: rgb(163,37,118); }
td.TdClassName
{
border-color: #A32576;
}
.TagClassName
{
border-color: #A32576;
}
</style>