Shades of Medium Red Violet #AC229F
Tints of Medium Red Violet #AC229F
RGB
CMYK
RGB Variations
Color information
#AC229F (or 0xAC229F) is known color: Medium Red Violet. HEX triplet: AC, 22 and 9F. RGB value is (172,34,159). Sum of RGB (Red+Green+Blue) = 172+34+159=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229F is #53DD60. Grayscale: #595959. Windows color (decimal): -5496161 or 10429100. OLE color: 10429100.
HSL color Cylindrical-coordinate representation of color #AC229F: hue angle of 305.65º 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 #AC229F is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 159 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 305.65º | 0.67% | 0.4% | - |
| HSV(B) | 305.65º | 0.8% | 0.67% | - |
| XYZ | 23.84 | 12.42 | 33.94 | - |
| YUV | 89.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 159 | 0 | 0.80 | 0.08 | 0.33 | 305.65 | 0.67 | 0.4 |
| Hex | AC | 22 | 9F | 0 | 50 | 8 | 21 | 132 | 43 | 28 |
| Octal | 254 | 42 | 237 | 0 | 120 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101100 | 100010 | 10011111 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AC229F
Complementary color
Monochromatic Colors of #AC229F
Black with #AC229F
Text Example
Text Example
White with #AC229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC229F; }
p { color: rgb(172,34,159); }
H1.HeaderClassName
{
color: #AC229F;
}
.AnyTagClassName
{
color: #AC229F;
}
</style>
background-color css
<style>
a { background-color: #AC229F; }
a { background-color: rgb(172,34,159); }
div.DivClassName
{
background-color: #AC229F;
}
.BgClassName
{
background-color: #AC229F;
}
</style>
border-color css
<style>
span { border-color: #AC229F; }
span { border-color: rgb(172,34,159); }
td.TdClassName
{
border-color: #AC229F;
}
.TagClassName
{
border-color: #AC229F;
}
</style>