Shades of Medium Red Violet #AC3C86
Tints of Medium Red Violet #AC3C86
RGB
CMYK
RGB Variations
Color information
#AC3C86 (or 0xAC3C86) is known color: Medium Red Violet. HEX triplet: AC, 3C and 86. RGB value is (172,60,134). Sum of RGB (Red+Green+Blue) = 172+60+134=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C86 is #53C379. Grayscale: #656565. Windows color (decimal): -5489530 or 8797356. OLE color: 8797356.
HSL color Cylindrical-coordinate representation of color #AC3C86: hue angle of 320.36º 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 #AC3C86 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 134 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.33 |
| HSL | 320.36º | 0.48% | 0.45% | - |
| HSV(B) | 320.36º | 0.65% | 0.67% | - |
| XYZ | 22.93 | 13.72 | 23.99 | - |
| YUV | 101.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 134 | 0 | 0.65 | 0.22 | 0.33 | 320.36 | 0.48 | 0.45 |
| Hex | AC | 3C | 86 | 0 | 41 | 16 | 21 | 140 | 30 | 2D |
| Octal | 254 | 74 | 206 | 0 | 101 | 26 | 41 | 500 | 60 | 55 |
| Binary | 10101100 | 111100 | 10000110 | 0 | 1000001 | 10110 | 100001 | 101000000 | 110000 | 101101 |
Color Harmonies of #AC3C86
Complementary color
Monochromatic Colors of #AC3C86
Black with #AC3C86
Text Example
Text Example
White with #AC3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C86; }
p { color: rgb(172,60,134); }
H1.HeaderClassName
{
color: #AC3C86;
}
.AnyTagClassName
{
color: #AC3C86;
}
</style>
background-color css
<style>
a { background-color: #AC3C86; }
a { background-color: rgb(172,60,134); }
div.DivClassName
{
background-color: #AC3C86;
}
.BgClassName
{
background-color: #AC3C86;
}
</style>
border-color css
<style>
span { border-color: #AC3C86; }
span { border-color: rgb(172,60,134); }
td.TdClassName
{
border-color: #AC3C86;
}
.TagClassName
{
border-color: #AC3C86;
}
</style>