Shades of Medium Red Violet #AC2C9F
Tints of Medium Red Violet #AC2C9F
RGB
CMYK
RGB Variations
Color information
#AC2C9F (or 0xAC2C9F) is known color: Medium Red Violet. HEX triplet: AC, 2C and 9F. RGB value is (172,44,159). Sum of RGB (Red+Green+Blue) = 172+44+159=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2C9F is #53D360. Grayscale: #5F5F5F. Windows color (decimal): -5493601 or 10431660. OLE color: 10431660.
HSL color Cylindrical-coordinate representation of color #AC2C9F: hue angle of 306.09º 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 #AC2C9F is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 159 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.33 |
| HSL | 306.09º | 0.59% | 0.42% | - |
| HSV(B) | 306.09º | 0.74% | 0.67% | - |
| XYZ | 24.17 | 13.08 | 34.05 | - |
| YUV | 95.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 159 | 0 | 0.74 | 0.08 | 0.33 | 306.09 | 0.59 | 0.42 |
| Hex | AC | 2C | 9F | 0 | 4A | 8 | 21 | 132 | 3B | 2A |
| Octal | 254 | 54 | 237 | 0 | 112 | 10 | 41 | 462 | 73 | 52 |
| Binary | 10101100 | 101100 | 10011111 | 0 | 1001010 | 1000 | 100001 | 100110010 | 111011 | 101010 |
Color Harmonies of #AC2C9F
Complementary color
Monochromatic Colors of #AC2C9F
Black with #AC2C9F
Text Example
Text Example
White with #AC2C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C9F; }
p { color: rgb(172,44,159); }
H1.HeaderClassName
{
color: #AC2C9F;
}
.AnyTagClassName
{
color: #AC2C9F;
}
</style>
background-color css
<style>
a { background-color: #AC2C9F; }
a { background-color: rgb(172,44,159); }
div.DivClassName
{
background-color: #AC2C9F;
}
.BgClassName
{
background-color: #AC2C9F;
}
</style>
border-color css
<style>
span { border-color: #AC2C9F; }
span { border-color: rgb(172,44,159); }
td.TdClassName
{
border-color: #AC2C9F;
}
.TagClassName
{
border-color: #AC2C9F;
}
</style>