Shades of Medium Red Violet #A32875
Tints of Medium Red Violet #A32875
RGB
CMYK
RGB Variations
Color information
#A32875 (or 0xA32875) is known color: Medium Red Violet. HEX triplet: A3, 28 and 75. RGB value is (163,40,117). Sum of RGB (Red+Green+Blue) = 163+40+117=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A32875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32875 is #5CD78A. Grayscale: #555555. Windows color (decimal): -6084491 or 7678115. OLE color: 7678115.
HSL color Cylindrical-coordinate representation of color #A32875: hue angle of 322.44º 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 #A32875 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 117 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.36 |
| HSL | 322.44º | 0.61% | 0.4% | - |
| HSV(B) | 322.44º | 0.75% | 0.64% | - |
| XYZ | 19.07 | 10.59 | 17.87 | - |
| YUV | 85.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 117 | 0 | 0.75 | 0.28 | 0.36 | 322.44 | 0.61 | 0.4 |
| Hex | A3 | 28 | 75 | 0 | 4B | 1C | 24 | 142 | 3D | 28 |
| Octal | 243 | 50 | 165 | 0 | 113 | 34 | 44 | 502 | 75 | 50 |
| Binary | 10100011 | 101000 | 1110101 | 0 | 1001011 | 11100 | 100100 | 101000010 | 111101 | 101000 |
Color Harmonies of #A32875
Complementary color
Monochromatic Colors of #A32875
Black with #A32875
Text Example
Text Example
White with #A32875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32875; }
p { color: rgb(163,40,117); }
H1.HeaderClassName
{
color: #A32875;
}
.AnyTagClassName
{
color: #A32875;
}
</style>
background-color css
<style>
a { background-color: #A32875; }
a { background-color: rgb(163,40,117); }
div.DivClassName
{
background-color: #A32875;
}
.BgClassName
{
background-color: #A32875;
}
</style>
border-color css
<style>
span { border-color: #A32875; }
span { border-color: rgb(163,40,117); }
td.TdClassName
{
border-color: #A32875;
}
.TagClassName
{
border-color: #A32875;
}
</style>