Shades of Medium Red Violet #AC3C96
Tints of Medium Red Violet #AC3C96
RGB
CMYK
RGB Variations
Color information
#AC3C96 (or 0xAC3C96) is known color: Medium Red Violet. HEX triplet: AC, 3C and 96. RGB value is (172,60,150). Sum of RGB (Red+Green+Blue) = 172+60+150=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C96 is #53C369. Grayscale: #676767. Windows color (decimal): -5489514 or 9845932. OLE color: 9845932.
HSL color Cylindrical-coordinate representation of color #AC3C96: hue angle of 311.79º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C96 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 150 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.33 |
| HSL | 311.79º | 0.48% | 0.45% | - |
| HSV(B) | 311.79º | 0.65% | 0.67% | - |
| XYZ | 24.13 | 14.2 | 30.32 | - |
| YUV | 103.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 150 | 0 | 0.65 | 0.13 | 0.33 | 311.79 | 0.48 | 0.45 |
| Hex | AC | 3C | 96 | 0 | 41 | D | 21 | 138 | 30 | 2D |
| Octal | 254 | 74 | 226 | 0 | 101 | 15 | 41 | 470 | 60 | 55 |
| Binary | 10101100 | 111100 | 10010110 | 0 | 1000001 | 1101 | 100001 | 100111000 | 110000 | 101101 |
Color Harmonies of #AC3C96
Complementary color
Monochromatic Colors of #AC3C96
Black with #AC3C96
Text Example
Text Example
White with #AC3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C96; }
p { color: rgb(172,60,150); }
H1.HeaderClassName
{
color: #AC3C96;
}
.AnyTagClassName
{
color: #AC3C96;
}
</style>
background-color css
<style>
a { background-color: #AC3C96; }
a { background-color: rgb(172,60,150); }
div.DivClassName
{
background-color: #AC3C96;
}
.BgClassName
{
background-color: #AC3C96;
}
</style>
border-color css
<style>
span { border-color: #AC3C96; }
span { border-color: rgb(172,60,150); }
td.TdClassName
{
border-color: #AC3C96;
}
.TagClassName
{
border-color: #AC3C96;
}
</style>