Shades of Medium Red Violet #AC2E89
Tints of Medium Red Violet #AC2E89
RGB
CMYK
RGB Variations
Color information
#AC2E89 (or 0xAC2E89) is known color: Medium Red Violet. HEX triplet: AC, 2E and 89. RGB value is (172,46,137). Sum of RGB (Red+Green+Blue) = 172+46+137=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E89 is #53D176. Grayscale: #5D5D5D. Windows color (decimal): -5493111 or 8990380. OLE color: 8990380.
HSL color Cylindrical-coordinate representation of color #AC2E89: hue angle of 316.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E89 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 137 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.33 |
| HSL | 316.67º | 0.58% | 0.43% | - |
| HSV(B) | 316.67º | 0.73% | 0.67% | - |
| XYZ | 22.51 | 12.53 | 24.9 | - |
| YUV | 94.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 137 | 0 | 0.73 | 0.20 | 0.33 | 316.67 | 0.58 | 0.43 |
| Hex | AC | 2E | 89 | 0 | 49 | 14 | 21 | 13D | 3A | 2B |
| Octal | 254 | 56 | 211 | 0 | 111 | 24 | 41 | 475 | 72 | 53 |
| Binary | 10101100 | 101110 | 10001001 | 0 | 1001001 | 10100 | 100001 | 100111101 | 111010 | 101011 |
Color Harmonies of #AC2E89
Complementary color
Monochromatic Colors of #AC2E89
Black with #AC2E89
Text Example
Text Example
White with #AC2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E89; }
p { color: rgb(172,46,137); }
H1.HeaderClassName
{
color: #AC2E89;
}
.AnyTagClassName
{
color: #AC2E89;
}
</style>
background-color css
<style>
a { background-color: #AC2E89; }
a { background-color: rgb(172,46,137); }
div.DivClassName
{
background-color: #AC2E89;
}
.BgClassName
{
background-color: #AC2E89;
}
</style>
border-color css
<style>
span { border-color: #AC2E89; }
span { border-color: rgb(172,46,137); }
td.TdClassName
{
border-color: #AC2E89;
}
.TagClassName
{
border-color: #AC2E89;
}
</style>