Shades of Medium Red Violet #AC2D8D
Tints of Medium Red Violet #AC2D8D
RGB
CMYK
RGB Variations
Color information
#AC2D8D (or 0xAC2D8D) is known color: Medium Red Violet. HEX triplet: AC, 2D and 8D. RGB value is (172,45,141). Sum of RGB (Red+Green+Blue) = 172+45+141=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2D8D is #53D272. Grayscale: #5D5D5D. Windows color (decimal): -5493363 or 9252268. OLE color: 9252268.
HSL color Cylindrical-coordinate representation of color #AC2D8D: hue angle of 314.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D8D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 141 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.33 |
| HSL | 314.65º | 0.59% | 0.43% | - |
| HSV(B) | 314.65º | 0.74% | 0.67% | - |
| XYZ | 22.76 | 12.57 | 26.43 | - |
| YUV | 93.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 141 | 0 | 0.74 | 0.18 | 0.33 | 314.65 | 0.59 | 0.43 |
| Hex | AC | 2D | 8D | 0 | 4A | 12 | 21 | 13B | 3B | 2B |
| Octal | 254 | 55 | 215 | 0 | 112 | 22 | 41 | 473 | 73 | 53 |
| Binary | 10101100 | 101101 | 10001101 | 0 | 1001010 | 10010 | 100001 | 100111011 | 111011 | 101011 |
Color Harmonies of #AC2D8D
Complementary color
Monochromatic Colors of #AC2D8D
Black with #AC2D8D
Text Example
Text Example
White with #AC2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D8D; }
p { color: rgb(172,45,141); }
H1.HeaderClassName
{
color: #AC2D8D;
}
.AnyTagClassName
{
color: #AC2D8D;
}
</style>
background-color css
<style>
a { background-color: #AC2D8D; }
a { background-color: rgb(172,45,141); }
div.DivClassName
{
background-color: #AC2D8D;
}
.BgClassName
{
background-color: #AC2D8D;
}
</style>
border-color css
<style>
span { border-color: #AC2D8D; }
span { border-color: rgb(172,45,141); }
td.TdClassName
{
border-color: #AC2D8D;
}
.TagClassName
{
border-color: #AC2D8D;
}
</style>