Shades of Medium Red Violet #AC238C
Tints of Medium Red Violet #AC238C
RGB
CMYK
RGB Variations
Color information
#AC238C (or 0xAC238C) is known color: Medium Red Violet. HEX triplet: AC, 23 and 8C. RGB value is (172,35,140). Sum of RGB (Red+Green+Blue) = 172+35+140=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC238C is #53DC73. Grayscale: #575757. Windows color (decimal): -5495924 or 9184172. OLE color: 9184172.
HSL color Cylindrical-coordinate representation of color #AC238C: hue angle of 314.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 #AC238C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 140 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 314.01º | 0.66% | 0.41% | - |
| HSV(B) | 314.01º | 0.8% | 0.67% | - |
| XYZ | 22.35 | 11.87 | 25.92 | - |
| YUV | 87.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 140 | 0 | 0.80 | 0.19 | 0.33 | 314.01 | 0.66 | 0.41 |
| Hex | AC | 23 | 8C | 0 | 50 | 13 | 21 | 13A | 42 | 29 |
| Octal | 254 | 43 | 214 | 0 | 120 | 23 | 41 | 472 | 102 | 51 |
| Binary | 10101100 | 100011 | 10001100 | 0 | 1010000 | 10011 | 100001 | 100111010 | 1000010 | 101001 |
Color Harmonies of #AC238C
Complementary color
Monochromatic Colors of #AC238C
Black with #AC238C
Text Example
Text Example
White with #AC238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC238C; }
p { color: rgb(172,35,140); }
H1.HeaderClassName
{
color: #AC238C;
}
.AnyTagClassName
{
color: #AC238C;
}
</style>
background-color css
<style>
a { background-color: #AC238C; }
a { background-color: rgb(172,35,140); }
div.DivClassName
{
background-color: #AC238C;
}
.BgClassName
{
background-color: #AC238C;
}
</style>
border-color css
<style>
span { border-color: #AC238C; }
span { border-color: rgb(172,35,140); }
td.TdClassName
{
border-color: #AC238C;
}
.TagClassName
{
border-color: #AC238C;
}
</style>