Shades of Medium Red Violet #AC3C94
Tints of Medium Red Violet #AC3C94
RGB
CMYK
RGB Variations
Color information
#AC3C94 (or 0xAC3C94) is known color: Medium Red Violet. HEX triplet: AC, 3C and 94. RGB value is (172,60,148). Sum of RGB (Red+Green+Blue) = 172+60+148=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C94 is #53C36B. Grayscale: #676767. Windows color (decimal): -5489516 or 9714860. OLE color: 9714860.
HSL color Cylindrical-coordinate representation of color #AC3C94: hue angle of 312.86º 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 #AC3C94 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 148 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.33 |
| HSL | 312.86º | 0.48% | 0.45% | - |
| HSV(B) | 312.86º | 0.65% | 0.67% | - |
| XYZ | 23.97 | 14.14 | 29.48 | - |
| YUV | 103.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 148 | 0 | 0.65 | 0.14 | 0.33 | 312.86 | 0.48 | 0.45 |
| Hex | AC | 3C | 94 | 0 | 41 | E | 21 | 139 | 30 | 2D |
| Octal | 254 | 74 | 224 | 0 | 101 | 16 | 41 | 471 | 60 | 55 |
| Binary | 10101100 | 111100 | 10010100 | 0 | 1000001 | 1110 | 100001 | 100111001 | 110000 | 101101 |
Color Harmonies of #AC3C94
Complementary color
Monochromatic Colors of #AC3C94
Black with #AC3C94
Text Example
Text Example
White with #AC3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C94; }
p { color: rgb(172,60,148); }
H1.HeaderClassName
{
color: #AC3C94;
}
.AnyTagClassName
{
color: #AC3C94;
}
</style>
background-color css
<style>
a { background-color: #AC3C94; }
a { background-color: rgb(172,60,148); }
div.DivClassName
{
background-color: #AC3C94;
}
.BgClassName
{
background-color: #AC3C94;
}
</style>
border-color css
<style>
span { border-color: #AC3C94; }
span { border-color: rgb(172,60,148); }
td.TdClassName
{
border-color: #AC3C94;
}
.TagClassName
{
border-color: #AC3C94;
}
</style>