Shades of Medium Red Violet #AC3994
Tints of Medium Red Violet #AC3994
RGB
CMYK
RGB Variations
Color information
#AC3994 (or 0xAC3994) is known color: Medium Red Violet. HEX triplet: AC, 39 and 94. RGB value is (172,57,148). Sum of RGB (Red+Green+Blue) = 172+57+148=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3994 is #53C66B. Grayscale: #656565. Windows color (decimal): -5490284 or 9714092. OLE color: 9714092.
HSL color Cylindrical-coordinate representation of color #AC3994: hue angle of 312.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3994 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 148 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.33 |
| HSL | 312.52º | 0.5% | 0.45% | - |
| HSV(B) | 312.52º | 0.67% | 0.67% | - |
| XYZ | 23.82 | 13.84 | 29.43 | - |
| YUV | 101.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 148 | 0 | 0.67 | 0.14 | 0.33 | 312.52 | 0.5 | 0.45 |
| Hex | AC | 39 | 94 | 0 | 43 | E | 21 | 139 | 32 | 2D |
| Octal | 254 | 71 | 224 | 0 | 103 | 16 | 41 | 471 | 62 | 55 |
| Binary | 10101100 | 111001 | 10010100 | 0 | 1000011 | 1110 | 100001 | 100111001 | 110010 | 101101 |
Color Harmonies of #AC3994
Complementary color
Monochromatic Colors of #AC3994
Black with #AC3994
Text Example
Text Example
White with #AC3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3994; }
p { color: rgb(172,57,148); }
H1.HeaderClassName
{
color: #AC3994;
}
.AnyTagClassName
{
color: #AC3994;
}
</style>
background-color css
<style>
a { background-color: #AC3994; }
a { background-color: rgb(172,57,148); }
div.DivClassName
{
background-color: #AC3994;
}
.BgClassName
{
background-color: #AC3994;
}
</style>
border-color css
<style>
span { border-color: #AC3994; }
span { border-color: rgb(172,57,148); }
td.TdClassName
{
border-color: #AC3994;
}
.TagClassName
{
border-color: #AC3994;
}
</style>