Shades of Medium Red Violet #AC238B
Tints of Medium Red Violet #AC238B
RGB
CMYK
RGB Variations
Color information
#AC238B (or 0xAC238B) is known color: Medium Red Violet. HEX triplet: AC, 23 and 8B. RGB value is (172,35,139). Sum of RGB (Red+Green+Blue) = 172+35+139=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC238B is #53DC74. Grayscale: #575757. Windows color (decimal): -5495925 or 9118636. OLE color: 9118636.
HSL color Cylindrical-coordinate representation of color #AC238B: hue angle of 314.45º 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 #AC238B is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 139 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 314.45º | 0.66% | 0.41% | - |
| HSV(B) | 314.45º | 0.8% | 0.67% | - |
| XYZ | 22.27 | 11.84 | 25.54 | - |
| YUV | 87.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 139 | 0 | 0.80 | 0.19 | 0.33 | 314.45 | 0.66 | 0.41 |
| Hex | AC | 23 | 8B | 0 | 50 | 13 | 21 | 13A | 42 | 29 |
| Octal | 254 | 43 | 213 | 0 | 120 | 23 | 41 | 472 | 102 | 51 |
| Binary | 10101100 | 100011 | 10001011 | 0 | 1010000 | 10011 | 100001 | 100111010 | 1000010 | 101001 |
Color Harmonies of #AC238B
Complementary color
Monochromatic Colors of #AC238B
Black with #AC238B
Text Example
Text Example
White with #AC238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC238B; }
p { color: rgb(172,35,139); }
H1.HeaderClassName
{
color: #AC238B;
}
.AnyTagClassName
{
color: #AC238B;
}
</style>
background-color css
<style>
a { background-color: #AC238B; }
a { background-color: rgb(172,35,139); }
div.DivClassName
{
background-color: #AC238B;
}
.BgClassName
{
background-color: #AC238B;
}
</style>
border-color css
<style>
span { border-color: #AC238B; }
span { border-color: rgb(172,35,139); }
td.TdClassName
{
border-color: #AC238B;
}
.TagClassName
{
border-color: #AC238B;
}
</style>