Shades of Medium Violet Red #AC0980
Tints of Medium Violet Red #AC0980
RGB
CMYK
RGB Variations
Color information
#AC0980 (or 0xAC0980) is known color: Medium Violet Red. HEX triplet: AC, 09 and 80. RGB value is (172,9,128). Sum of RGB (Red+Green+Blue) = 172+9+128=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0980 is #53F67F. Grayscale: #464646. Windows color (decimal): -5502592 or 8391084. OLE color: 8391084.
HSL color Cylindrical-coordinate representation of color #AC0980: hue angle of 316.2º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0980 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 128 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.33 |
| HSL | 316.2º | 0.9% | 0.35% | - |
| HSV(B) | 316.2º | 0.95% | 0.67% | - |
| XYZ | 21.01 | 10.52 | 21.35 | - |
| YUV | 71.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 128 | 0 | 0.95 | 0.26 | 0.33 | 316.2 | 0.9 | 0.35 |
| Hex | AC | 9 | 80 | 0 | 5F | 1A | 21 | 13C | 5A | 23 |
| Octal | 254 | 11 | 200 | 0 | 137 | 32 | 41 | 474 | 132 | 43 |
| Binary | 10101100 | 1001 | 10000000 | 0 | 1011111 | 11010 | 100001 | 100111100 | 1011010 | 100011 |
Color Harmonies of #AC0980
Complementary color
Monochromatic Colors of #AC0980
Black with #AC0980
Text Example
Text Example
White with #AC0980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0980; }
p { color: rgb(172,9,128); }
H1.HeaderClassName
{
color: #AC0980;
}
.AnyTagClassName
{
color: #AC0980;
}
</style>
background-color css
<style>
a { background-color: #AC0980; }
a { background-color: rgb(172,9,128); }
div.DivClassName
{
background-color: #AC0980;
}
.BgClassName
{
background-color: #AC0980;
}
</style>
border-color css
<style>
span { border-color: #AC0980; }
span { border-color: rgb(172,9,128); }
td.TdClassName
{
border-color: #AC0980;
}
.TagClassName
{
border-color: #AC0980;
}
</style>