Shades of Medium Red Violet #AC239F
Tints of Medium Red Violet #AC239F
RGB
CMYK
RGB Variations
Color information
#AC239F (or 0xAC239F) is known color: Medium Red Violet. HEX triplet: AC, 23 and 9F. RGB value is (172,35,159). Sum of RGB (Red+Green+Blue) = 172+35+159=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC239F is #53DC60. Grayscale: #595959. Windows color (decimal): -5495905 or 10429356. OLE color: 10429356.
HSL color Cylindrical-coordinate representation of color #AC239F: hue angle of 305.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC239F is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 159 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 305.69º | 0.66% | 0.41% | - |
| HSV(B) | 305.69º | 0.8% | 0.67% | - |
| XYZ | 23.87 | 12.48 | 33.95 | - |
| YUV | 90.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 159 | 0 | 0.80 | 0.08 | 0.33 | 305.69 | 0.66 | 0.41 |
| Hex | AC | 23 | 9F | 0 | 50 | 8 | 21 | 132 | 42 | 29 |
| Octal | 254 | 43 | 237 | 0 | 120 | 10 | 41 | 462 | 102 | 51 |
| Binary | 10101100 | 100011 | 10011111 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000010 | 101001 |
Color Harmonies of #AC239F
Complementary color
Monochromatic Colors of #AC239F
Black with #AC239F
Text Example
Text Example
White with #AC239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC239F; }
p { color: rgb(172,35,159); }
H1.HeaderClassName
{
color: #AC239F;
}
.AnyTagClassName
{
color: #AC239F;
}
</style>
background-color css
<style>
a { background-color: #AC239F; }
a { background-color: rgb(172,35,159); }
div.DivClassName
{
background-color: #AC239F;
}
.BgClassName
{
background-color: #AC239F;
}
</style>
border-color css
<style>
span { border-color: #AC239F; }
span { border-color: rgb(172,35,159); }
td.TdClassName
{
border-color: #AC239F;
}
.TagClassName
{
border-color: #AC239F;
}
</style>