Shades of Medium Red Violet #AC3993
Tints of Medium Red Violet #AC3993
RGB
CMYK
RGB Variations
Color information
#AC3993 (or 0xAC3993) is known color: Medium Red Violet. HEX triplet: AC, 39 and 93. RGB value is (172,57,147). Sum of RGB (Red+Green+Blue) = 172+57+147=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3993 is #53C66C. Grayscale: #656565. Windows color (decimal): -5490285 or 9648556. OLE color: 9648556.
HSL color Cylindrical-coordinate representation of color #AC3993: hue angle of 313.04º 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 #AC3993 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 147 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.33 |
| HSL | 313.04º | 0.5% | 0.45% | - |
| HSV(B) | 313.04º | 0.67% | 0.67% | - |
| XYZ | 23.74 | 13.8 | 29.02 | - |
| YUV | 101.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 147 | 0 | 0.67 | 0.15 | 0.33 | 313.04 | 0.5 | 0.45 |
| Hex | AC | 39 | 93 | 0 | 43 | F | 21 | 139 | 32 | 2D |
| Octal | 254 | 71 | 223 | 0 | 103 | 17 | 41 | 471 | 62 | 55 |
| Binary | 10101100 | 111001 | 10010011 | 0 | 1000011 | 1111 | 100001 | 100111001 | 110010 | 101101 |
Color Harmonies of #AC3993
Complementary color
Monochromatic Colors of #AC3993
Black with #AC3993
Text Example
Text Example
White with #AC3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3993; }
p { color: rgb(172,57,147); }
H1.HeaderClassName
{
color: #AC3993;
}
.AnyTagClassName
{
color: #AC3993;
}
</style>
background-color css
<style>
a { background-color: #AC3993; }
a { background-color: rgb(172,57,147); }
div.DivClassName
{
background-color: #AC3993;
}
.BgClassName
{
background-color: #AC3993;
}
</style>
border-color css
<style>
span { border-color: #AC3993; }
span { border-color: rgb(172,57,147); }
td.TdClassName
{
border-color: #AC3993;
}
.TagClassName
{
border-color: #AC3993;
}
</style>