Shades of Medium Red Violet #AC239C
Tints of Medium Red Violet #AC239C
RGB
CMYK
RGB Variations
Color information
#AC239C (or 0xAC239C) is known color: Medium Red Violet. HEX triplet: AC, 23 and 9C. RGB value is (172,35,156). Sum of RGB (Red+Green+Blue) = 172+35+156=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC239C is #53DC63. Grayscale: #595959. Windows color (decimal): -5495908 or 10232748. OLE color: 10232748.
HSL color Cylindrical-coordinate representation of color #AC239C: hue angle of 307.01º 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 #AC239C is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 156 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.33 |
| HSL | 307.01º | 0.66% | 0.41% | - |
| HSV(B) | 307.01º | 0.8% | 0.67% | - |
| XYZ | 23.62 | 12.37 | 32.6 | - |
| YUV | 89.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 156 | 0 | 0.80 | 0.09 | 0.33 | 307.01 | 0.66 | 0.41 |
| Hex | AC | 23 | 9C | 0 | 50 | 9 | 21 | 133 | 42 | 29 |
| Octal | 254 | 43 | 234 | 0 | 120 | 11 | 41 | 463 | 102 | 51 |
| Binary | 10101100 | 100011 | 10011100 | 0 | 1010000 | 1001 | 100001 | 100110011 | 1000010 | 101001 |
Color Harmonies of #AC239C
Complementary color
Monochromatic Colors of #AC239C
Black with #AC239C
Text Example
Text Example
White with #AC239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC239C; }
p { color: rgb(172,35,156); }
H1.HeaderClassName
{
color: #AC239C;
}
.AnyTagClassName
{
color: #AC239C;
}
</style>
background-color css
<style>
a { background-color: #AC239C; }
a { background-color: rgb(172,35,156); }
div.DivClassName
{
background-color: #AC239C;
}
.BgClassName
{
background-color: #AC239C;
}
</style>
border-color css
<style>
span { border-color: #AC239C; }
span { border-color: rgb(172,35,156); }
td.TdClassName
{
border-color: #AC239C;
}
.TagClassName
{
border-color: #AC239C;
}
</style>