Shades of Medium Red Violet #AC2979
Tints of Medium Red Violet #AC2979
RGB
CMYK
RGB Variations
Color information
#AC2979 (or 0xAC2979) is known color: Medium Red Violet. HEX triplet: AC, 29 and 79. RGB value is (172,41,121). Sum of RGB (Red+Green+Blue) = 172+41+121=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2979 is #53D686. Grayscale: #595959. Windows color (decimal): -5494407 or 7940524. OLE color: 7940524.
HSL color Cylindrical-coordinate representation of color #AC2979: hue angle of 323.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2979 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 121 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.33 |
| HSL | 323.36º | 0.62% | 0.42% | - |
| HSV(B) | 323.36º | 0.76% | 0.67% | - |
| XYZ | 21.26 | 11.74 | 19.23 | - |
| YUV | 89.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 121 | 0 | 0.76 | 0.30 | 0.33 | 323.36 | 0.62 | 0.42 |
| Hex | AC | 29 | 79 | 0 | 4C | 1E | 21 | 143 | 3E | 2A |
| Octal | 254 | 51 | 171 | 0 | 114 | 36 | 41 | 503 | 76 | 52 |
| Binary | 10101100 | 101001 | 1111001 | 0 | 1001100 | 11110 | 100001 | 101000011 | 111110 | 101010 |
Color Harmonies of #AC2979
Complementary color
Monochromatic Colors of #AC2979
Black with #AC2979
Text Example
Text Example
White with #AC2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2979; }
p { color: rgb(172,41,121); }
H1.HeaderClassName
{
color: #AC2979;
}
.AnyTagClassName
{
color: #AC2979;
}
</style>
background-color css
<style>
a { background-color: #AC2979; }
a { background-color: rgb(172,41,121); }
div.DivClassName
{
background-color: #AC2979;
}
.BgClassName
{
background-color: #AC2979;
}
</style>
border-color css
<style>
span { border-color: #AC2979; }
span { border-color: rgb(172,41,121); }
td.TdClassName
{
border-color: #AC2979;
}
.TagClassName
{
border-color: #AC2979;
}
</style>