Shades of Medium Red Violet #AC2E9C
Tints of Medium Red Violet #AC2E9C
RGB
CMYK
RGB Variations
Color information
#AC2E9C (or 0xAC2E9C) is known color: Medium Red Violet. HEX triplet: AC, 2E and 9C. RGB value is (172,46,156). Sum of RGB (Red+Green+Blue) = 172+46+156=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E9C is #53D163. Grayscale: #5F5F5F. Windows color (decimal): -5493092 or 10235564. OLE color: 10235564.
HSL color Cylindrical-coordinate representation of color #AC2E9C: hue angle of 307.62º 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 #AC2E9C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 156 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.33 |
| HSL | 307.62º | 0.58% | 0.43% | - |
| HSV(B) | 307.62º | 0.73% | 0.67% | - |
| XYZ | 23.99 | 13.12 | 32.72 | - |
| YUV | 96.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 156 | 0 | 0.73 | 0.09 | 0.33 | 307.62 | 0.58 | 0.43 |
| Hex | AC | 2E | 9C | 0 | 49 | 9 | 21 | 134 | 3A | 2B |
| Octal | 254 | 56 | 234 | 0 | 111 | 11 | 41 | 464 | 72 | 53 |
| Binary | 10101100 | 101110 | 10011100 | 0 | 1001001 | 1001 | 100001 | 100110100 | 111010 | 101011 |
Color Harmonies of #AC2E9C
Complementary color
Monochromatic Colors of #AC2E9C
Black with #AC2E9C
Text Example
Text Example
White with #AC2E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E9C; }
p { color: rgb(172,46,156); }
H1.HeaderClassName
{
color: #AC2E9C;
}
.AnyTagClassName
{
color: #AC2E9C;
}
</style>
background-color css
<style>
a { background-color: #AC2E9C; }
a { background-color: rgb(172,46,156); }
div.DivClassName
{
background-color: #AC2E9C;
}
.BgClassName
{
background-color: #AC2E9C;
}
</style>
border-color css
<style>
span { border-color: #AC2E9C; }
span { border-color: rgb(172,46,156); }
td.TdClassName
{
border-color: #AC2E9C;
}
.TagClassName
{
border-color: #AC2E9C;
}
</style>