Shades of Medium Red Violet #AC2C9E
Tints of Medium Red Violet #AC2C9E
RGB
CMYK
RGB Variations
Color information
#AC2C9E (or 0xAC2C9E) is known color: Medium Red Violet. HEX triplet: AC, 2C and 9E. RGB value is (172,44,158). Sum of RGB (Red+Green+Blue) = 172+44+158=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2C9E is #53D361. Grayscale: #5E5E5E. Windows color (decimal): -5493602 or 10366124. OLE color: 10366124.
HSL color Cylindrical-coordinate representation of color #AC2C9E: hue angle of 306.56º 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 #AC2C9E is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 158 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.33 |
| HSL | 306.56º | 0.59% | 0.42% | - |
| HSV(B) | 306.56º | 0.74% | 0.67% | - |
| XYZ | 24.09 | 13.04 | 33.6 | - |
| YUV | 95.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 158 | 0 | 0.74 | 0.08 | 0.33 | 306.56 | 0.59 | 0.42 |
| Hex | AC | 2C | 9E | 0 | 4A | 8 | 21 | 133 | 3B | 2A |
| Octal | 254 | 54 | 236 | 0 | 112 | 10 | 41 | 463 | 73 | 52 |
| Binary | 10101100 | 101100 | 10011110 | 0 | 1001010 | 1000 | 100001 | 100110011 | 111011 | 101010 |
Color Harmonies of #AC2C9E
Complementary color
Monochromatic Colors of #AC2C9E
Black with #AC2C9E
Text Example
Text Example
White with #AC2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C9E; }
p { color: rgb(172,44,158); }
H1.HeaderClassName
{
color: #AC2C9E;
}
.AnyTagClassName
{
color: #AC2C9E;
}
</style>
background-color css
<style>
a { background-color: #AC2C9E; }
a { background-color: rgb(172,44,158); }
div.DivClassName
{
background-color: #AC2C9E;
}
.BgClassName
{
background-color: #AC2C9E;
}
</style>
border-color css
<style>
span { border-color: #AC2C9E; }
span { border-color: rgb(172,44,158); }
td.TdClassName
{
border-color: #AC2C9E;
}
.TagClassName
{
border-color: #AC2C9E;
}
</style>