Shades of Medium Violet Red #AC0486
Tints of Medium Violet Red #AC0486
RGB
CMYK
RGB Variations
Color information
#AC0486 (or 0xAC0486) is known color: Medium Violet Red. HEX triplet: AC, 04 and 86. RGB value is (172,4,134). Sum of RGB (Red+Green+Blue) = 172+4+134=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0486 is #53FB79. Grayscale: #444444. Windows color (decimal): -5503866 or 8783020. OLE color: 8783020.
HSL color Cylindrical-coordinate representation of color #AC0486: hue angle of 313.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0486 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.57º | 0.95% | 0.35% | - |
| HSV(B) | 313.57º | 0.98% | 0.67% | - |
| XYZ | 21.36 | 10.58 | 23.47 | - |
| YUV | 69.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 134 | 0 | 0.98 | 0.22 | 0.33 | 313.57 | 0.95 | 0.35 |
| Hex | AC | 4 | 86 | 0 | 62 | 16 | 21 | 13A | 5F | 23 |
| Octal | 254 | 4 | 206 | 0 | 142 | 26 | 41 | 472 | 137 | 43 |
| Binary | 10101100 | 100 | 10000110 | 0 | 1100010 | 10110 | 100001 | 100111010 | 1011111 | 100011 |
Color Harmonies of #AC0486
Complementary color
Monochromatic Colors of #AC0486
Black with #AC0486
Text Example
Text Example
White with #AC0486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0486; }
p { color: rgb(172,4,134); }
H1.HeaderClassName
{
color: #AC0486;
}
.AnyTagClassName
{
color: #AC0486;
}
</style>
background-color css
<style>
a { background-color: #AC0486; }
a { background-color: rgb(172,4,134); }
div.DivClassName
{
background-color: #AC0486;
}
.BgClassName
{
background-color: #AC0486;
}
</style>
border-color css
<style>
span { border-color: #AC0486; }
span { border-color: rgb(172,4,134); }
td.TdClassName
{
border-color: #AC0486;
}
.TagClassName
{
border-color: #AC0486;
}
</style>