Shades of Medium Red Violet #AC3794
Tints of Medium Red Violet #AC3794
RGB
CMYK
RGB Variations
Color information
#AC3794 (or 0xAC3794) is known color: Medium Red Violet. HEX triplet: AC, 37 and 94. RGB value is (172,55,148). Sum of RGB (Red+Green+Blue) = 172+55+148=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3794 is #53C86B. Grayscale: #646464. Windows color (decimal): -5490796 or 9713580. OLE color: 9713580.
HSL color Cylindrical-coordinate representation of color #AC3794: hue angle of 312.31º 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 #AC3794 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 148 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.33 |
| HSL | 312.31º | 0.52% | 0.45% | - |
| HSV(B) | 312.31º | 0.68% | 0.67% | - |
| XYZ | 23.72 | 13.64 | 29.4 | - |
| YUV | 100.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 148 | 0 | 0.68 | 0.14 | 0.33 | 312.31 | 0.52 | 0.45 |
| Hex | AC | 37 | 94 | 0 | 44 | E | 21 | 138 | 34 | 2D |
| Octal | 254 | 67 | 224 | 0 | 104 | 16 | 41 | 470 | 64 | 55 |
| Binary | 10101100 | 110111 | 10010100 | 0 | 1000100 | 1110 | 100001 | 100111000 | 110100 | 101101 |
Color Harmonies of #AC3794
Complementary color
Monochromatic Colors of #AC3794
Black with #AC3794
Text Example
Text Example
White with #AC3794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3794; }
p { color: rgb(172,55,148); }
H1.HeaderClassName
{
color: #AC3794;
}
.AnyTagClassName
{
color: #AC3794;
}
</style>
background-color css
<style>
a { background-color: #AC3794; }
a { background-color: rgb(172,55,148); }
div.DivClassName
{
background-color: #AC3794;
}
.BgClassName
{
background-color: #AC3794;
}
</style>
border-color css
<style>
span { border-color: #AC3794; }
span { border-color: rgb(172,55,148); }
td.TdClassName
{
border-color: #AC3794;
}
.TagClassName
{
border-color: #AC3794;
}
</style>