Shades of Medium Red Violet #AC2A74
Tints of Medium Red Violet #AC2A74
RGB
CMYK
RGB Variations
Color information
#AC2A74 (or 0xAC2A74) is known color: Medium Red Violet. HEX triplet: AC, 2A and 74. RGB value is (172,42,116). Sum of RGB (Red+Green+Blue) = 172+42+116=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A74 is #53D58B. Grayscale: #595959. Windows color (decimal): -5494156 or 7613100. OLE color: 7613100.
HSL color Cylindrical-coordinate representation of color #AC2A74: hue angle of 325.85º degrees, saturation: 0.61, 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 #AC2A74 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 116 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.33 |
| HSL | 325.85º | 0.61% | 0.42% | - |
| HSV(B) | 325.85º | 0.76% | 0.67% | - |
| XYZ | 20.99 | 11.69 | 17.67 | - |
| YUV | 89.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 116 | 0 | 0.76 | 0.33 | 0.33 | 325.85 | 0.61 | 0.42 |
| Hex | AC | 2A | 74 | 0 | 4C | 21 | 21 | 146 | 3D | 2A |
| Octal | 254 | 52 | 164 | 0 | 114 | 41 | 41 | 506 | 75 | 52 |
| Binary | 10101100 | 101010 | 1110100 | 0 | 1001100 | 100001 | 100001 | 101000110 | 111101 | 101010 |
Color Harmonies of #AC2A74
Complementary color
Monochromatic Colors of #AC2A74
Black with #AC2A74
Text Example
Text Example
White with #AC2A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A74; }
p { color: rgb(172,42,116); }
H1.HeaderClassName
{
color: #AC2A74;
}
.AnyTagClassName
{
color: #AC2A74;
}
</style>
background-color css
<style>
a { background-color: #AC2A74; }
a { background-color: rgb(172,42,116); }
div.DivClassName
{
background-color: #AC2A74;
}
.BgClassName
{
background-color: #AC2A74;
}
</style>
border-color css
<style>
span { border-color: #AC2A74; }
span { border-color: rgb(172,42,116); }
td.TdClassName
{
border-color: #AC2A74;
}
.TagClassName
{
border-color: #AC2A74;
}
</style>