Shades of Medium Red Violet #AC2680
Tints of Medium Red Violet #AC2680
RGB
CMYK
RGB Variations
Color information
#AC2680 (or 0xAC2680) is known color: Medium Red Violet. HEX triplet: AC, 26 and 80. RGB value is (172,38,128). Sum of RGB (Red+Green+Blue) = 172+38+128=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2680 is #53D97F. Grayscale: #585858. Windows color (decimal): -5495168 or 8398508. OLE color: 8398508.
HSL color Cylindrical-coordinate representation of color #AC2680: hue angle of 319.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2680 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 128 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.33 |
| HSL | 319.7º | 0.64% | 0.41% | - |
| HSV(B) | 319.7º | 0.78% | 0.67% | - |
| XYZ | 21.6 | 11.72 | 21.54 | - |
| YUV | 88.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 128 | 0 | 0.78 | 0.26 | 0.33 | 319.7 | 0.64 | 0.41 |
| Hex | AC | 26 | 80 | 0 | 4E | 1A | 21 | 140 | 40 | 29 |
| Octal | 254 | 46 | 200 | 0 | 116 | 32 | 41 | 500 | 100 | 51 |
| Binary | 10101100 | 100110 | 10000000 | 0 | 1001110 | 11010 | 100001 | 101000000 | 1000000 | 101001 |
Color Harmonies of #AC2680
Complementary color
Monochromatic Colors of #AC2680
Black with #AC2680
Text Example
Text Example
White with #AC2680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2680; }
p { color: rgb(172,38,128); }
H1.HeaderClassName
{
color: #AC2680;
}
.AnyTagClassName
{
color: #AC2680;
}
</style>
background-color css
<style>
a { background-color: #AC2680; }
a { background-color: rgb(172,38,128); }
div.DivClassName
{
background-color: #AC2680;
}
.BgClassName
{
background-color: #AC2680;
}
</style>
border-color css
<style>
span { border-color: #AC2680; }
span { border-color: rgb(172,38,128); }
td.TdClassName
{
border-color: #AC2680;
}
.TagClassName
{
border-color: #AC2680;
}
</style>