Shades of Medium Red Violet #A32874
Tints of Medium Red Violet #A32874
RGB
CMYK
RGB Variations
Color information
#A32874 (or 0xA32874) is known color: Medium Red Violet. HEX triplet: A3, 28 and 74. RGB value is (163,40,116). Sum of RGB (Red+Green+Blue) = 163+40+116=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A32874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32874 is #5CD78B. Grayscale: #555555. Windows color (decimal): -6084492 or 7612579. OLE color: 7612579.
HSL color Cylindrical-coordinate representation of color #A32874: hue angle of 322.93º 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 #A32874 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 116 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.36 |
| HSL | 322.93º | 0.61% | 0.4% | - |
| HSV(B) | 322.93º | 0.75% | 0.64% | - |
| XYZ | 19.02 | 10.57 | 17.56 | - |
| YUV | 85.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 116 | 0 | 0.75 | 0.29 | 0.36 | 322.93 | 0.61 | 0.4 |
| Hex | A3 | 28 | 74 | 0 | 4B | 1D | 24 | 143 | 3D | 28 |
| Octal | 243 | 50 | 164 | 0 | 113 | 35 | 44 | 503 | 75 | 50 |
| Binary | 10100011 | 101000 | 1110100 | 0 | 1001011 | 11101 | 100100 | 101000011 | 111101 | 101000 |
Color Harmonies of #A32874
Complementary color
Monochromatic Colors of #A32874
Black with #A32874
Text Example
Text Example
White with #A32874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32874; }
p { color: rgb(163,40,116); }
H1.HeaderClassName
{
color: #A32874;
}
.AnyTagClassName
{
color: #A32874;
}
</style>
background-color css
<style>
a { background-color: #A32874; }
a { background-color: rgb(163,40,116); }
div.DivClassName
{
background-color: #A32874;
}
.BgClassName
{
background-color: #A32874;
}
</style>
border-color css
<style>
span { border-color: #A32874; }
span { border-color: rgb(163,40,116); }
td.TdClassName
{
border-color: #A32874;
}
.TagClassName
{
border-color: #A32874;
}
</style>