Shades of Medium Red Violet #AC2E9F
Tints of Medium Red Violet #AC2E9F
RGB
CMYK
RGB Variations
Color information
#AC2E9F (or 0xAC2E9F) is known color: Medium Red Violet. HEX triplet: AC, 2E and 9F. RGB value is (172,46,159). Sum of RGB (Red+Green+Blue) = 172+46+159=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E9F is #53D160. Grayscale: #606060. Windows color (decimal): -5493089 or 10432172. OLE color: 10432172.
HSL color Cylindrical-coordinate representation of color #AC2E9F: hue angle of 306.19º 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 #AC2E9F is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 159 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.33 |
| HSL | 306.19º | 0.58% | 0.43% | - |
| HSV(B) | 306.19º | 0.73% | 0.67% | - |
| XYZ | 24.25 | 13.23 | 34.08 | - |
| YUV | 96.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 159 | 0 | 0.73 | 0.08 | 0.33 | 306.19 | 0.58 | 0.43 |
| Hex | AC | 2E | 9F | 0 | 49 | 8 | 21 | 132 | 3A | 2B |
| Octal | 254 | 56 | 237 | 0 | 111 | 10 | 41 | 462 | 72 | 53 |
| Binary | 10101100 | 101110 | 10011111 | 0 | 1001001 | 1000 | 100001 | 100110010 | 111010 | 101011 |
Color Harmonies of #AC2E9F
Complementary color
Monochromatic Colors of #AC2E9F
Black with #AC2E9F
Text Example
Text Example
White with #AC2E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E9F; }
p { color: rgb(172,46,159); }
H1.HeaderClassName
{
color: #AC2E9F;
}
.AnyTagClassName
{
color: #AC2E9F;
}
</style>
background-color css
<style>
a { background-color: #AC2E9F; }
a { background-color: rgb(172,46,159); }
div.DivClassName
{
background-color: #AC2E9F;
}
.BgClassName
{
background-color: #AC2E9F;
}
</style>
border-color css
<style>
span { border-color: #AC2E9F; }
span { border-color: rgb(172,46,159); }
td.TdClassName
{
border-color: #AC2E9F;
}
.TagClassName
{
border-color: #AC2E9F;
}
</style>