Shades of Medium Violet Red #AC0686
Tints of Medium Violet Red #AC0686
RGB
CMYK
RGB Variations
Color information
#AC0686 (or 0xAC0686) is known color: Medium Violet Red. HEX triplet: AC, 06 and 86. RGB value is (172,6,134). Sum of RGB (Red+Green+Blue) = 172+6+134=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0686 is #53F979. Grayscale: #454545. Windows color (decimal): -5503354 or 8783532. OLE color: 8783532.
HSL color Cylindrical-coordinate representation of color #AC0686: hue angle of 313.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0686 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.33 |
| HSL | 313.73º | 0.93% | 0.35% | - |
| HSV(B) | 313.73º | 0.97% | 0.67% | - |
| XYZ | 21.38 | 10.62 | 23.48 | - |
| YUV | 70.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 134 | 0 | 0.97 | 0.22 | 0.33 | 313.73 | 0.93 | 0.35 |
| Hex | AC | 6 | 86 | 0 | 61 | 16 | 21 | 13A | 5D | 23 |
| Octal | 254 | 6 | 206 | 0 | 141 | 26 | 41 | 472 | 135 | 43 |
| Binary | 10101100 | 110 | 10000110 | 0 | 1100001 | 10110 | 100001 | 100111010 | 1011101 | 100011 |
Color Harmonies of #AC0686
Complementary color
Monochromatic Colors of #AC0686
Black with #AC0686
Text Example
Text Example
White with #AC0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0686; }
p { color: rgb(172,6,134); }
H1.HeaderClassName
{
color: #AC0686;
}
.AnyTagClassName
{
color: #AC0686;
}
</style>
background-color css
<style>
a { background-color: #AC0686; }
a { background-color: rgb(172,6,134); }
div.DivClassName
{
background-color: #AC0686;
}
.BgClassName
{
background-color: #AC0686;
}
</style>
border-color css
<style>
span { border-color: #AC0686; }
span { border-color: rgb(172,6,134); }
td.TdClassName
{
border-color: #AC0686;
}
.TagClassName
{
border-color: #AC0686;
}
</style>