Shades of Medium Red Violet #AC228B
Tints of Medium Red Violet #AC228B
RGB
CMYK
RGB Variations
Color information
#AC228B (or 0xAC228B) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8B. RGB value is (172,34,139). Sum of RGB (Red+Green+Blue) = 172+34+139=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228B is #53DD74. Grayscale: #565656. Windows color (decimal): -5496181 or 9118380. OLE color: 9118380.
HSL color Cylindrical-coordinate representation of color #AC228B: hue angle of 314.35º 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 #AC228B is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 139 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 314.35º | 0.67% | 0.4% | - |
| HSV(B) | 314.35º | 0.8% | 0.67% | - |
| XYZ | 22.25 | 11.78 | 25.53 | - |
| YUV | 87.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 139 | 0 | 0.80 | 0.19 | 0.33 | 314.35 | 0.67 | 0.4 |
| Hex | AC | 22 | 8B | 0 | 50 | 13 | 21 | 13A | 43 | 28 |
| Octal | 254 | 42 | 213 | 0 | 120 | 23 | 41 | 472 | 103 | 50 |
| Binary | 10101100 | 100010 | 10001011 | 0 | 1010000 | 10011 | 100001 | 100111010 | 1000011 | 101000 |
Color Harmonies of #AC228B
Complementary color
Monochromatic Colors of #AC228B
Black with #AC228B
Text Example
Text Example
White with #AC228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC228B; }
p { color: rgb(172,34,139); }
H1.HeaderClassName
{
color: #AC228B;
}
.AnyTagClassName
{
color: #AC228B;
}
</style>
background-color css
<style>
a { background-color: #AC228B; }
a { background-color: rgb(172,34,139); }
div.DivClassName
{
background-color: #AC228B;
}
.BgClassName
{
background-color: #AC228B;
}
</style>
border-color css
<style>
span { border-color: #AC228B; }
span { border-color: rgb(172,34,139); }
td.TdClassName
{
border-color: #AC228B;
}
.TagClassName
{
border-color: #AC228B;
}
</style>