Shades of Medium Red Violet #AC228C
Tints of Medium Red Violet #AC228C
RGB
CMYK
RGB Variations
Color information
#AC228C (or 0xAC228C) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8C. RGB value is (172,34,140). Sum of RGB (Red+Green+Blue) = 172+34+140=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228C is #53DD73. Grayscale: #575757. Windows color (decimal): -5496180 or 9183916. OLE color: 9183916.
HSL color Cylindrical-coordinate representation of color #AC228C: hue angle of 313.91º 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 #AC228C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 140 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 313.91º | 0.67% | 0.4% | - |
| HSV(B) | 313.91º | 0.8% | 0.67% | - |
| XYZ | 22.32 | 11.81 | 25.91 | - |
| YUV | 87.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 140 | 0 | 0.80 | 0.19 | 0.33 | 313.91 | 0.67 | 0.4 |
| Hex | AC | 22 | 8C | 0 | 50 | 13 | 21 | 13A | 43 | 28 |
| Octal | 254 | 42 | 214 | 0 | 120 | 23 | 41 | 472 | 103 | 50 |
| Binary | 10101100 | 100010 | 10001100 | 0 | 1010000 | 10011 | 100001 | 100111010 | 1000011 | 101000 |
Color Harmonies of #AC228C
Complementary color
Monochromatic Colors of #AC228C
Black with #AC228C
Text Example
Text Example
White with #AC228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC228C; }
p { color: rgb(172,34,140); }
H1.HeaderClassName
{
color: #AC228C;
}
.AnyTagClassName
{
color: #AC228C;
}
</style>
background-color css
<style>
a { background-color: #AC228C; }
a { background-color: rgb(172,34,140); }
div.DivClassName
{
background-color: #AC228C;
}
.BgClassName
{
background-color: #AC228C;
}
</style>
border-color css
<style>
span { border-color: #AC228C; }
span { border-color: rgb(172,34,140); }
td.TdClassName
{
border-color: #AC228C;
}
.TagClassName
{
border-color: #AC228C;
}
</style>