Shades of Medium Red Violet #AC228F
Tints of Medium Red Violet #AC228F
RGB
CMYK
RGB Variations
Color information
#AC228F (or 0xAC228F) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8F. RGB value is (172,34,143). Sum of RGB (Red+Green+Blue) = 172+34+143=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228F is #53DD70. Grayscale: #575757. Windows color (decimal): -5496177 or 9380524. OLE color: 9380524.
HSL color Cylindrical-coordinate representation of color #AC228F: hue angle of 312.61º 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 #AC228F is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 143 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.33 |
| HSL | 312.61º | 0.67% | 0.4% | - |
| HSV(B) | 312.61º | 0.8% | 0.67% | - |
| XYZ | 22.54 | 11.9 | 27.09 | - |
| YUV | 87.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 143 | 0 | 0.80 | 0.17 | 0.33 | 312.61 | 0.67 | 0.4 |
| Hex | AC | 22 | 8F | 0 | 50 | 11 | 21 | 139 | 43 | 28 |
| Octal | 254 | 42 | 217 | 0 | 120 | 21 | 41 | 471 | 103 | 50 |
| Binary | 10101100 | 100010 | 10001111 | 0 | 1010000 | 10001 | 100001 | 100111001 | 1000011 | 101000 |
Color Harmonies of #AC228F
Complementary color
Monochromatic Colors of #AC228F
Black with #AC228F
Text Example
Text Example
White with #AC228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC228F; }
p { color: rgb(172,34,143); }
H1.HeaderClassName
{
color: #AC228F;
}
.AnyTagClassName
{
color: #AC228F;
}
</style>
background-color css
<style>
a { background-color: #AC228F; }
a { background-color: rgb(172,34,143); }
div.DivClassName
{
background-color: #AC228F;
}
.BgClassName
{
background-color: #AC228F;
}
</style>
border-color css
<style>
span { border-color: #AC228F; }
span { border-color: rgb(172,34,143); }
td.TdClassName
{
border-color: #AC228F;
}
.TagClassName
{
border-color: #AC228F;
}
</style>