Shades of Medium Violet Red #AC0386
Tints of Medium Violet Red #AC0386
RGB
CMYK
RGB Variations
Color information
#AC0386 (or 0xAC0386) is known color: Medium Violet Red. HEX triplet: AC, 03 and 86. RGB value is (172,3,134). Sum of RGB (Red+Green+Blue) = 172+3+134=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0386 is #53FC79. Grayscale: #444444. Windows color (decimal): -5504122 or 8782764. OLE color: 8782764.
HSL color Cylindrical-coordinate representation of color #AC0386: hue angle of 313.49º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0386 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.49º | 0.97% | 0.34% | - |
| HSV(B) | 313.49º | 0.98% | 0.67% | - |
| XYZ | 21.35 | 10.56 | 23.47 | - |
| YUV | 68.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 134 | 0 | 0.98 | 0.22 | 0.33 | 313.49 | 0.97 | 0.34 |
| Hex | AC | 3 | 86 | 0 | 62 | 16 | 21 | 139 | 61 | 22 |
| Octal | 254 | 3 | 206 | 0 | 142 | 26 | 41 | 471 | 141 | 42 |
| Binary | 10101100 | 11 | 10000110 | 0 | 1100010 | 10110 | 100001 | 100111001 | 1100001 | 100010 |
Color Harmonies of #AC0386
Complementary color
Monochromatic Colors of #AC0386
Black with #AC0386
Text Example
Text Example
White with #AC0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0386; }
p { color: rgb(172,3,134); }
H1.HeaderClassName
{
color: #AC0386;
}
.AnyTagClassName
{
color: #AC0386;
}
</style>
background-color css
<style>
a { background-color: #AC0386; }
a { background-color: rgb(172,3,134); }
div.DivClassName
{
background-color: #AC0386;
}
.BgClassName
{
background-color: #AC0386;
}
</style>
border-color css
<style>
span { border-color: #AC0386; }
span { border-color: rgb(172,3,134); }
td.TdClassName
{
border-color: #AC0386;
}
.TagClassName
{
border-color: #AC0386;
}
</style>