Shades of Medium Red Violet #AC2874
Tints of Medium Red Violet #AC2874
RGB
CMYK
RGB Variations
Color information
#AC2874 (or 0xAC2874) is known color: Medium Red Violet. HEX triplet: AC, 28 and 74. RGB value is (172,40,116). Sum of RGB (Red+Green+Blue) = 172+40+116=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2874 is #53D78B. Grayscale: #575757. Windows color (decimal): -5494668 or 7612588. OLE color: 7612588.
HSL color Cylindrical-coordinate representation of color #AC2874: hue angle of 325.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2874 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 116 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.33 |
| HSL | 325.45º | 0.62% | 0.42% | - |
| HSV(B) | 325.45º | 0.77% | 0.67% | - |
| XYZ | 20.92 | 11.55 | 17.65 | - |
| YUV | 88.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 116 | 0 | 0.77 | 0.33 | 0.33 | 325.45 | 0.62 | 0.42 |
| Hex | AC | 28 | 74 | 0 | 4D | 21 | 21 | 145 | 3E | 2A |
| Octal | 254 | 50 | 164 | 0 | 115 | 41 | 41 | 505 | 76 | 52 |
| Binary | 10101100 | 101000 | 1110100 | 0 | 1001101 | 100001 | 100001 | 101000101 | 111110 | 101010 |
Color Harmonies of #AC2874
Complementary color
Monochromatic Colors of #AC2874
Black with #AC2874
Text Example
Text Example
White with #AC2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2874; }
p { color: rgb(172,40,116); }
H1.HeaderClassName
{
color: #AC2874;
}
.AnyTagClassName
{
color: #AC2874;
}
</style>
background-color css
<style>
a { background-color: #AC2874; }
a { background-color: rgb(172,40,116); }
div.DivClassName
{
background-color: #AC2874;
}
.BgClassName
{
background-color: #AC2874;
}
</style>
border-color css
<style>
span { border-color: #AC2874; }
span { border-color: rgb(172,40,116); }
td.TdClassName
{
border-color: #AC2874;
}
.TagClassName
{
border-color: #AC2874;
}
</style>