Shades of Medium Red Violet #AC2876
Tints of Medium Red Violet #AC2876
RGB
CMYK
RGB Variations
Color information
#AC2876 (or 0xAC2876) is known color: Medium Red Violet. HEX triplet: AC, 28 and 76. RGB value is (172,40,118). Sum of RGB (Red+Green+Blue) = 172+40+118=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2876 is #53D789. Grayscale: #585858. Windows color (decimal): -5494666 or 7743660. OLE color: 7743660.
HSL color Cylindrical-coordinate representation of color #AC2876: hue angle of 324.55º 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 #AC2876 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 118 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.33 |
| HSL | 324.55º | 0.62% | 0.42% | - |
| HSV(B) | 324.55º | 0.77% | 0.67% | - |
| XYZ | 21.04 | 11.6 | 18.27 | - |
| YUV | 88.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 118 | 0 | 0.77 | 0.31 | 0.33 | 324.55 | 0.62 | 0.42 |
| Hex | AC | 28 | 76 | 0 | 4D | 1F | 21 | 145 | 3E | 2A |
| Octal | 254 | 50 | 166 | 0 | 115 | 37 | 41 | 505 | 76 | 52 |
| Binary | 10101100 | 101000 | 1110110 | 0 | 1001101 | 11111 | 100001 | 101000101 | 111110 | 101010 |
Color Harmonies of #AC2876
Complementary color
Monochromatic Colors of #AC2876
Black with #AC2876
Text Example
Text Example
White with #AC2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2876; }
p { color: rgb(172,40,118); }
H1.HeaderClassName
{
color: #AC2876;
}
.AnyTagClassName
{
color: #AC2876;
}
</style>
background-color css
<style>
a { background-color: #AC2876; }
a { background-color: rgb(172,40,118); }
div.DivClassName
{
background-color: #AC2876;
}
.BgClassName
{
background-color: #AC2876;
}
</style>
border-color css
<style>
span { border-color: #AC2876; }
span { border-color: rgb(172,40,118); }
td.TdClassName
{
border-color: #AC2876;
}
.TagClassName
{
border-color: #AC2876;
}
</style>