Shades of Medium Red Violet #AC2781
Tints of Medium Red Violet #AC2781
RGB
CMYK
RGB Variations
Color information
#AC2781 (or 0xAC2781) is known color: Medium Red Violet. HEX triplet: AC, 27 and 81. RGB value is (172,39,129). Sum of RGB (Red+Green+Blue) = 172+39+129=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2781 is #53D87E. Grayscale: #585858. Windows color (decimal): -5494911 or 8464300. OLE color: 8464300.
HSL color Cylindrical-coordinate representation of color #AC2781: hue angle of 319.4º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2781 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 129 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.33 |
| HSL | 319.4º | 0.63% | 0.41% | - |
| HSV(B) | 319.4º | 0.77% | 0.67% | - |
| XYZ | 21.7 | 11.81 | 21.9 | - |
| YUV | 89.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 129 | 0 | 0.77 | 0.25 | 0.33 | 319.4 | 0.63 | 0.41 |
| Hex | AC | 27 | 81 | 0 | 4D | 19 | 21 | 13F | 3F | 29 |
| Octal | 254 | 47 | 201 | 0 | 115 | 31 | 41 | 477 | 77 | 51 |
| Binary | 10101100 | 100111 | 10000001 | 0 | 1001101 | 11001 | 100001 | 100111111 | 111111 | 101001 |
Color Harmonies of #AC2781
Complementary color
Monochromatic Colors of #AC2781
Black with #AC2781
Text Example
Text Example
White with #AC2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2781; }
p { color: rgb(172,39,129); }
H1.HeaderClassName
{
color: #AC2781;
}
.AnyTagClassName
{
color: #AC2781;
}
</style>
background-color css
<style>
a { background-color: #AC2781; }
a { background-color: rgb(172,39,129); }
div.DivClassName
{
background-color: #AC2781;
}
.BgClassName
{
background-color: #AC2781;
}
</style>
border-color css
<style>
span { border-color: #AC2781; }
span { border-color: rgb(172,39,129); }
td.TdClassName
{
border-color: #AC2781;
}
.TagClassName
{
border-color: #AC2781;
}
</style>