Shades of Medium Red Violet #AC2C7A
Tints of Medium Red Violet #AC2C7A
RGB
CMYK
RGB Variations
Color information
#AC2C7A (or 0xAC2C7A) is known color: Medium Red Violet. HEX triplet: AC, 2C and 7A. RGB value is (172,44,122). Sum of RGB (Red+Green+Blue) = 172+44+122=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C7A is #53D385. Grayscale: #5A5A5A. Windows color (decimal): -5493638 or 8006828. OLE color: 8006828.
HSL color Cylindrical-coordinate representation of color #AC2C7A: hue angle of 323.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C7A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 122 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.33 |
| HSL | 323.44º | 0.59% | 0.42% | - |
| HSV(B) | 323.44º | 0.74% | 0.67% | - |
| XYZ | 21.43 | 11.98 | 19.59 | - |
| YUV | 91.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 122 | 0 | 0.74 | 0.29 | 0.33 | 323.44 | 0.59 | 0.42 |
| Hex | AC | 2C | 7A | 0 | 4A | 1D | 21 | 143 | 3B | 2A |
| Octal | 254 | 54 | 172 | 0 | 112 | 35 | 41 | 503 | 73 | 52 |
| Binary | 10101100 | 101100 | 1111010 | 0 | 1001010 | 11101 | 100001 | 101000011 | 111011 | 101010 |
Color Harmonies of #AC2C7A
Complementary color
Monochromatic Colors of #AC2C7A
Black with #AC2C7A
Text Example
Text Example
White with #AC2C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C7A; }
p { color: rgb(172,44,122); }
H1.HeaderClassName
{
color: #AC2C7A;
}
.AnyTagClassName
{
color: #AC2C7A;
}
</style>
background-color css
<style>
a { background-color: #AC2C7A; }
a { background-color: rgb(172,44,122); }
div.DivClassName
{
background-color: #AC2C7A;
}
.BgClassName
{
background-color: #AC2C7A;
}
</style>
border-color css
<style>
span { border-color: #AC2C7A; }
span { border-color: rgb(172,44,122); }
td.TdClassName
{
border-color: #AC2C7A;
}
.TagClassName
{
border-color: #AC2C7A;
}
</style>