Shades of Medium Red Violet #AC3696
Tints of Medium Red Violet #AC3696
RGB
CMYK
RGB Variations
Color information
#AC3696 (or 0xAC3696) is known color: Medium Red Violet. HEX triplet: AC, 36 and 96. RGB value is (172,54,150). Sum of RGB (Red+Green+Blue) = 172+54+150=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3696 is #53C969. Grayscale: #636363. Windows color (decimal): -5491050 or 9844396. OLE color: 9844396.
HSL color Cylindrical-coordinate representation of color #AC3696: hue angle of 311.19º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3696 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 150 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.33 |
| HSL | 311.19º | 0.52% | 0.44% | - |
| HSV(B) | 311.19º | 0.69% | 0.67% | - |
| XYZ | 23.84 | 13.61 | 30.22 | - |
| YUV | 100.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 150 | 0 | 0.69 | 0.13 | 0.33 | 311.19 | 0.52 | 0.44 |
| Hex | AC | 36 | 96 | 0 | 45 | D | 21 | 137 | 34 | 2C |
| Octal | 254 | 66 | 226 | 0 | 105 | 15 | 41 | 467 | 64 | 54 |
| Binary | 10101100 | 110110 | 10010110 | 0 | 1000101 | 1101 | 100001 | 100110111 | 110100 | 101100 |
Color Harmonies of #AC3696
Complementary color
Monochromatic Colors of #AC3696
Black with #AC3696
Text Example
Text Example
White with #AC3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3696; }
p { color: rgb(172,54,150); }
H1.HeaderClassName
{
color: #AC3696;
}
.AnyTagClassName
{
color: #AC3696;
}
</style>
background-color css
<style>
a { background-color: #AC3696; }
a { background-color: rgb(172,54,150); }
div.DivClassName
{
background-color: #AC3696;
}
.BgClassName
{
background-color: #AC3696;
}
</style>
border-color css
<style>
span { border-color: #AC3696; }
span { border-color: rgb(172,54,150); }
td.TdClassName
{
border-color: #AC3696;
}
.TagClassName
{
border-color: #AC3696;
}
</style>