Shades of Medium Red Violet #AC229C
Tints of Medium Red Violet #AC229C
RGB
CMYK
RGB Variations
Color information
#AC229C (or 0xAC229C) is known color: Medium Red Violet. HEX triplet: AC, 22 and 9C. RGB value is (172,34,156). Sum of RGB (Red+Green+Blue) = 172+34+156=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229C is #53DD63. Grayscale: #585858. Windows color (decimal): -5496164 or 10232492. OLE color: 10232492.
HSL color Cylindrical-coordinate representation of color #AC229C: hue angle of 306.96º 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 #AC229C is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 156 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.33 |
| HSL | 306.96º | 0.67% | 0.4% | - |
| HSV(B) | 306.96º | 0.8% | 0.67% | - |
| XYZ | 23.59 | 12.32 | 32.59 | - |
| YUV | 89.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 156 | 0 | 0.80 | 0.09 | 0.33 | 306.96 | 0.67 | 0.4 |
| Hex | AC | 22 | 9C | 0 | 50 | 9 | 21 | 133 | 43 | 28 |
| Octal | 254 | 42 | 234 | 0 | 120 | 11 | 41 | 463 | 103 | 50 |
| Binary | 10101100 | 100010 | 10011100 | 0 | 1010000 | 1001 | 100001 | 100110011 | 1000011 | 101000 |
Color Harmonies of #AC229C
Complementary color
Monochromatic Colors of #AC229C
Black with #AC229C
Text Example
Text Example
White with #AC229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC229C; }
p { color: rgb(172,34,156); }
H1.HeaderClassName
{
color: #AC229C;
}
.AnyTagClassName
{
color: #AC229C;
}
</style>
background-color css
<style>
a { background-color: #AC229C; }
a { background-color: rgb(172,34,156); }
div.DivClassName
{
background-color: #AC229C;
}
.BgClassName
{
background-color: #AC229C;
}
</style>
border-color css
<style>
span { border-color: #AC229C; }
span { border-color: rgb(172,34,156); }
td.TdClassName
{
border-color: #AC229C;
}
.TagClassName
{
border-color: #AC229C;
}
</style>