Shades of Medium Violet Red #AC1486
Tints of Medium Violet Red #AC1486
RGB
CMYK
RGB Variations
Color information
#AC1486 (or 0xAC1486) is known color: Medium Violet Red. HEX triplet: AC, 14 and 86. RGB value is (172,20,134). Sum of RGB (Red+Green+Blue) = 172+20+134=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1486 is #53EB79. Grayscale: #4E4E4E. Windows color (decimal): -5499770 or 8787116. OLE color: 8787116.
HSL color Cylindrical-coordinate representation of color #AC1486: hue angle of 315º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1486 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 134 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.33 |
| HSL | 315º | 0.79% | 0.38% | - |
| HSV(B) | 315º | 0.88% | 0.67% | - |
| XYZ | 21.57 | 10.99 | 23.54 | - |
| YUV | 78.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 134 | 0 | 0.88 | 0.22 | 0.33 | 315 | 0.79 | 0.38 |
| Hex | AC | 14 | 86 | 0 | 58 | 16 | 21 | 13B | 4F | 26 |
| Octal | 254 | 24 | 206 | 0 | 130 | 26 | 41 | 473 | 117 | 46 |
| Binary | 10101100 | 10100 | 10000110 | 0 | 1011000 | 10110 | 100001 | 100111011 | 1001111 | 100110 |
Color Harmonies of #AC1486
Complementary color
Monochromatic Colors of #AC1486
Black with #AC1486
Text Example
Text Example
White with #AC1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1486; }
p { color: rgb(172,20,134); }
H1.HeaderClassName
{
color: #AC1486;
}
.AnyTagClassName
{
color: #AC1486;
}
</style>
background-color css
<style>
a { background-color: #AC1486; }
a { background-color: rgb(172,20,134); }
div.DivClassName
{
background-color: #AC1486;
}
.BgClassName
{
background-color: #AC1486;
}
</style>
border-color css
<style>
span { border-color: #AC1486; }
span { border-color: rgb(172,20,134); }
td.TdClassName
{
border-color: #AC1486;
}
.TagClassName
{
border-color: #AC1486;
}
</style>