Shades of Medium Red Violet #AC3376
Tints of Medium Red Violet #AC3376
RGB
CMYK
RGB Variations
Color information
#AC3376 (or 0xAC3376) is known color: Medium Red Violet. HEX triplet: AC, 33 and 76. RGB value is (172,51,118). Sum of RGB (Red+Green+Blue) = 172+51+118=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3376 is #53CC89. Grayscale: #5E5E5E. Windows color (decimal): -5491850 or 7746476. OLE color: 7746476.
HSL color Cylindrical-coordinate representation of color #AC3376: hue angle of 326.78º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3376 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 118 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.33 |
| HSL | 326.78º | 0.54% | 0.44% | - |
| HSV(B) | 326.78º | 0.7% | 0.67% | - |
| XYZ | 21.47 | 12.45 | 18.41 | - |
| YUV | 94.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 118 | 0 | 0.70 | 0.31 | 0.33 | 326.78 | 0.54 | 0.44 |
| Hex | AC | 33 | 76 | 0 | 46 | 1F | 21 | 147 | 36 | 2C |
| Octal | 254 | 63 | 166 | 0 | 106 | 37 | 41 | 507 | 66 | 54 |
| Binary | 10101100 | 110011 | 1110110 | 0 | 1000110 | 11111 | 100001 | 101000111 | 110110 | 101100 |
Color Harmonies of #AC3376
Complementary color
Monochromatic Colors of #AC3376
Black with #AC3376
Text Example
Text Example
White with #AC3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3376; }
p { color: rgb(172,51,118); }
H1.HeaderClassName
{
color: #AC3376;
}
.AnyTagClassName
{
color: #AC3376;
}
</style>
background-color css
<style>
a { background-color: #AC3376; }
a { background-color: rgb(172,51,118); }
div.DivClassName
{
background-color: #AC3376;
}
.BgClassName
{
background-color: #AC3376;
}
</style>
border-color css
<style>
span { border-color: #AC3376; }
span { border-color: rgb(172,51,118); }
td.TdClassName
{
border-color: #AC3376;
}
.TagClassName
{
border-color: #AC3376;
}
</style>