Shades of Medium Red Violet #AC228D
Tints of Medium Red Violet #AC228D
RGB
CMYK
RGB Variations
Color information
#AC228D (or 0xAC228D) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8D. RGB value is (172,34,141). Sum of RGB (Red+Green+Blue) = 172+34+141=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228D is #53DD72. Grayscale: #575757. Windows color (decimal): -5496179 or 9249452. OLE color: 9249452.
HSL color Cylindrical-coordinate representation of color #AC228D: hue angle of 313.48º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC228D is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 141 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.33 |
| HSL | 313.48º | 0.67% | 0.4% | - |
| HSV(B) | 313.48º | 0.8% | 0.67% | - |
| XYZ | 22.39 | 11.84 | 26.3 | - |
| YUV | 87.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 141 | 0 | 0.80 | 0.18 | 0.33 | 313.48 | 0.67 | 0.4 |
| Hex | AC | 22 | 8D | 0 | 50 | 12 | 21 | 139 | 43 | 28 |
| Octal | 254 | 42 | 215 | 0 | 120 | 22 | 41 | 471 | 103 | 50 |
| Binary | 10101100 | 100010 | 10001101 | 0 | 1010000 | 10010 | 100001 | 100111001 | 1000011 | 101000 |
Color Harmonies of #AC228D
Complementary color
Monochromatic Colors of #AC228D
Black with #AC228D
Text Example
Text Example
White with #AC228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC228D; }
p { color: rgb(172,34,141); }
H1.HeaderClassName
{
color: #AC228D;
}
.AnyTagClassName
{
color: #AC228D;
}
</style>
background-color css
<style>
a { background-color: #AC228D; }
a { background-color: rgb(172,34,141); }
div.DivClassName
{
background-color: #AC228D;
}
.BgClassName
{
background-color: #AC228D;
}
</style>
border-color css
<style>
span { border-color: #AC228D; }
span { border-color: rgb(172,34,141); }
td.TdClassName
{
border-color: #AC228D;
}
.TagClassName
{
border-color: #AC228D;
}
</style>