Shades of Medium Violet Red #AC0580
Tints of Medium Violet Red #AC0580
RGB
CMYK
RGB Variations
Color information
#AC0580 (or 0xAC0580) is known color: Medium Violet Red. HEX triplet: AC, 05 and 80. RGB value is (172,5,128). Sum of RGB (Red+Green+Blue) = 172+5+128=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0580 is #53FA7F. Grayscale: #444444. Windows color (decimal): -5503616 or 8390060. OLE color: 8390060.
HSL color Cylindrical-coordinate representation of color #AC0580: hue angle of 315.81º degrees, saturation: 0.94, 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 #AC0580 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.33 |
| HSL | 315.81º | 0.94% | 0.35% | - |
| HSV(B) | 315.81º | 0.97% | 0.67% | - |
| XYZ | 20.96 | 10.44 | 21.33 | - |
| YUV | 68.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 128 | 0 | 0.97 | 0.26 | 0.33 | 315.81 | 0.94 | 0.35 |
| Hex | AC | 5 | 80 | 0 | 61 | 1A | 21 | 13C | 5E | 23 |
| Octal | 254 | 5 | 200 | 0 | 141 | 32 | 41 | 474 | 136 | 43 |
| Binary | 10101100 | 101 | 10000000 | 0 | 1100001 | 11010 | 100001 | 100111100 | 1011110 | 100011 |
Color Harmonies of #AC0580
Complementary color
Monochromatic Colors of #AC0580
Black with #AC0580
Text Example
Text Example
White with #AC0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0580; }
p { color: rgb(172,5,128); }
H1.HeaderClassName
{
color: #AC0580;
}
.AnyTagClassName
{
color: #AC0580;
}
</style>
background-color css
<style>
a { background-color: #AC0580; }
a { background-color: rgb(172,5,128); }
div.DivClassName
{
background-color: #AC0580;
}
.BgClassName
{
background-color: #AC0580;
}
</style>
border-color css
<style>
span { border-color: #AC0580; }
span { border-color: rgb(172,5,128); }
td.TdClassName
{
border-color: #AC0580;
}
.TagClassName
{
border-color: #AC0580;
}
</style>