Shades of Medium Red Violet #AC3799
Tints of Medium Red Violet #AC3799
RGB
CMYK
RGB Variations
Color information
#AC3799 (or 0xAC3799) is known color: Medium Red Violet. HEX triplet: AC, 37 and 99. RGB value is (172,55,153). Sum of RGB (Red+Green+Blue) = 172+55+153=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3799 is #53C866. Grayscale: #646464. Windows color (decimal): -5490791 or 10041260. OLE color: 10041260.
HSL color Cylindrical-coordinate representation of color #AC3799: hue angle of 309.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3799 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 153 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.33 |
| HSL | 309.74º | 0.52% | 0.45% | - |
| HSV(B) | 309.74º | 0.68% | 0.67% | - |
| XYZ | 24.13 | 13.8 | 31.53 | - |
| YUV | 101.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 153 | 0 | 0.68 | 0.11 | 0.33 | 309.74 | 0.52 | 0.45 |
| Hex | AC | 37 | 99 | 0 | 44 | B | 21 | 136 | 34 | 2D |
| Octal | 254 | 67 | 231 | 0 | 104 | 13 | 41 | 466 | 64 | 55 |
| Binary | 10101100 | 110111 | 10011001 | 0 | 1000100 | 1011 | 100001 | 100110110 | 110100 | 101101 |
Color Harmonies of #AC3799
Complementary color
Monochromatic Colors of #AC3799
Black with #AC3799
Text Example
Text Example
White with #AC3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3799; }
p { color: rgb(172,55,153); }
H1.HeaderClassName
{
color: #AC3799;
}
.AnyTagClassName
{
color: #AC3799;
}
</style>
background-color css
<style>
a { background-color: #AC3799; }
a { background-color: rgb(172,55,153); }
div.DivClassName
{
background-color: #AC3799;
}
.BgClassName
{
background-color: #AC3799;
}
</style>
border-color css
<style>
span { border-color: #AC3799; }
span { border-color: rgb(172,55,153); }
td.TdClassName
{
border-color: #AC3799;
}
.TagClassName
{
border-color: #AC3799;
}
</style>