Shades of Medium Red Violet #AC2772
Tints of Medium Red Violet #AC2772
RGB
CMYK
RGB Variations
Color information
#AC2772 (or 0xAC2772) is known color: Medium Red Violet. HEX triplet: AC, 27 and 72. RGB value is (172,39,114). Sum of RGB (Red+Green+Blue) = 172+39+114=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2772 is #53D88D. Grayscale: #575757. Windows color (decimal): -5494926 or 7481260. OLE color: 7481260.
HSL color Cylindrical-coordinate representation of color #AC2772: hue angle of 326.17º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2772 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 114 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.33 |
| HSL | 326.17º | 0.63% | 0.41% | - |
| HSV(B) | 326.17º | 0.77% | 0.67% | - |
| XYZ | 20.78 | 11.44 | 17.03 | - |
| YUV | 87.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 114 | 0 | 0.77 | 0.34 | 0.33 | 326.17 | 0.63 | 0.41 |
| Hex | AC | 27 | 72 | 0 | 4D | 22 | 21 | 146 | 3F | 29 |
| Octal | 254 | 47 | 162 | 0 | 115 | 42 | 41 | 506 | 77 | 51 |
| Binary | 10101100 | 100111 | 1110010 | 0 | 1001101 | 100010 | 100001 | 101000110 | 111111 | 101001 |
Color Harmonies of #AC2772
Complementary color
Monochromatic Colors of #AC2772
Black with #AC2772
Text Example
Text Example
White with #AC2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2772; }
p { color: rgb(172,39,114); }
H1.HeaderClassName
{
color: #AC2772;
}
.AnyTagClassName
{
color: #AC2772;
}
</style>
background-color css
<style>
a { background-color: #AC2772; }
a { background-color: rgb(172,39,114); }
div.DivClassName
{
background-color: #AC2772;
}
.BgClassName
{
background-color: #AC2772;
}
</style>
border-color css
<style>
span { border-color: #AC2772; }
span { border-color: rgb(172,39,114); }
td.TdClassName
{
border-color: #AC2772;
}
.TagClassName
{
border-color: #AC2772;
}
</style>