Shades of Medium Red Violet #AC228E
Tints of Medium Red Violet #AC228E
RGB
CMYK
RGB Variations
Color information
#AC228E (or 0xAC228E) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8E. RGB value is (172,34,142). Sum of RGB (Red+Green+Blue) = 172+34+142=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228E is #53DD71. Grayscale: #575757. Windows color (decimal): -5496178 or 9314988. OLE color: 9314988.
HSL color Cylindrical-coordinate representation of color #AC228E: hue angle of 313.04º 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 #AC228E is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 142 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.33 |
| HSL | 313.04º | 0.67% | 0.4% | - |
| HSV(B) | 313.04º | 0.8% | 0.67% | - |
| XYZ | 22.47 | 11.87 | 26.7 | - |
| YUV | 87.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 142 | 0 | 0.80 | 0.17 | 0.33 | 313.04 | 0.67 | 0.4 |
| Hex | AC | 22 | 8E | 0 | 50 | 11 | 21 | 139 | 43 | 28 |
| Octal | 254 | 42 | 216 | 0 | 120 | 21 | 41 | 471 | 103 | 50 |
| Binary | 10101100 | 100010 | 10001110 | 0 | 1010000 | 10001 | 100001 | 100111001 | 1000011 | 101000 |
Color Harmonies of #AC228E
Complementary color
Monochromatic Colors of #AC228E
Black with #AC228E
Text Example
Text Example
White with #AC228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC228E; }
p { color: rgb(172,34,142); }
H1.HeaderClassName
{
color: #AC228E;
}
.AnyTagClassName
{
color: #AC228E;
}
</style>
background-color css
<style>
a { background-color: #AC228E; }
a { background-color: rgb(172,34,142); }
div.DivClassName
{
background-color: #AC228E;
}
.BgClassName
{
background-color: #AC228E;
}
</style>
border-color css
<style>
span { border-color: #AC228E; }
span { border-color: rgb(172,34,142); }
td.TdClassName
{
border-color: #AC228E;
}
.TagClassName
{
border-color: #AC228E;
}
</style>