Shades of Medium Violet Red #AC1696
Tints of Medium Violet Red #AC1696
RGB
CMYK
RGB Variations
Color information
#AC1696 (or 0xAC1696) is known color: Medium Violet Red. HEX triplet: AC, 16 and 96. RGB value is (172,22,150). Sum of RGB (Red+Green+Blue) = 172+22+150=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1696 is #53E969. Grayscale: #515151. Windows color (decimal): -5499242 or 9836204. OLE color: 9836204.
HSL color Cylindrical-coordinate representation of color #AC1696: hue angle of 308.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1696 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 150 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.33 |
| HSL | 308.8º | 0.77% | 0.38% | - |
| HSV(B) | 308.8º | 0.87% | 0.67% | - |
| XYZ | 22.81 | 11.55 | 29.88 | - |
| YUV | 81.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 150 | 0 | 0.87 | 0.13 | 0.33 | 308.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 96 | 0 | 57 | D | 21 | 135 | 4D | 26 |
| Octal | 254 | 26 | 226 | 0 | 127 | 15 | 41 | 465 | 115 | 46 |
| Binary | 10101100 | 10110 | 10010110 | 0 | 1010111 | 1101 | 100001 | 100110101 | 1001101 | 100110 |
Color Harmonies of #AC1696
Complementary color
Monochromatic Colors of #AC1696
Black with #AC1696
Text Example
Text Example
White with #AC1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1696; }
p { color: rgb(172,22,150); }
H1.HeaderClassName
{
color: #AC1696;
}
.AnyTagClassName
{
color: #AC1696;
}
</style>
background-color css
<style>
a { background-color: #AC1696; }
a { background-color: rgb(172,22,150); }
div.DivClassName
{
background-color: #AC1696;
}
.BgClassName
{
background-color: #AC1696;
}
</style>
border-color css
<style>
span { border-color: #AC1696; }
span { border-color: rgb(172,22,150); }
td.TdClassName
{
border-color: #AC1696;
}
.TagClassName
{
border-color: #AC1696;
}
</style>