Shades of Medium Red Violet #AC2977
Tints of Medium Red Violet #AC2977
RGB
CMYK
RGB Variations
Color information
#AC2977 (or 0xAC2977) is known color: Medium Red Violet. HEX triplet: AC, 29 and 77. RGB value is (172,41,119). Sum of RGB (Red+Green+Blue) = 172+41+119=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2977 is #53D688. Grayscale: #585858. Windows color (decimal): -5494409 or 7809452. OLE color: 7809452.
HSL color Cylindrical-coordinate representation of color #AC2977: hue angle of 324.27º 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 #AC2977 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 119 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.33 |
| HSL | 324.27º | 0.62% | 0.42% | - |
| HSV(B) | 324.27º | 0.76% | 0.67% | - |
| XYZ | 21.14 | 11.69 | 18.59 | - |
| YUV | 89.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 119 | 0 | 0.76 | 0.31 | 0.33 | 324.27 | 0.62 | 0.42 |
| Hex | AC | 29 | 77 | 0 | 4C | 1F | 21 | 144 | 3E | 2A |
| Octal | 254 | 51 | 167 | 0 | 114 | 37 | 41 | 504 | 76 | 52 |
| Binary | 10101100 | 101001 | 1110111 | 0 | 1001100 | 11111 | 100001 | 101000100 | 111110 | 101010 |
Color Harmonies of #AC2977
Complementary color
Monochromatic Colors of #AC2977
Black with #AC2977
Text Example
Text Example
White with #AC2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2977; }
p { color: rgb(172,41,119); }
H1.HeaderClassName
{
color: #AC2977;
}
.AnyTagClassName
{
color: #AC2977;
}
</style>
background-color css
<style>
a { background-color: #AC2977; }
a { background-color: rgb(172,41,119); }
div.DivClassName
{
background-color: #AC2977;
}
.BgClassName
{
background-color: #AC2977;
}
</style>
border-color css
<style>
span { border-color: #AC2977; }
span { border-color: rgb(172,41,119); }
td.TdClassName
{
border-color: #AC2977;
}
.TagClassName
{
border-color: #AC2977;
}
</style>