Shades of Medium Red Violet #AC2889
Tints of Medium Red Violet #AC2889
RGB
CMYK
RGB Variations
Color information
#AC2889 (or 0xAC2889) is known color: Medium Red Violet. HEX triplet: AC, 28 and 89. RGB value is (172,40,137). Sum of RGB (Red+Green+Blue) = 172+40+137=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2889 is #53D776. Grayscale: #5A5A5A. Windows color (decimal): -5494647 or 8988844. OLE color: 8988844.
HSL color Cylindrical-coordinate representation of color #AC2889: hue angle of 315.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2889 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 137 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.33 |
| HSL | 315.91º | 0.62% | 0.42% | - |
| HSV(B) | 315.91º | 0.77% | 0.67% | - |
| XYZ | 22.29 | 12.09 | 24.83 | - |
| YUV | 90.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 137 | 0 | 0.77 | 0.20 | 0.33 | 315.91 | 0.62 | 0.42 |
| Hex | AC | 28 | 89 | 0 | 4D | 14 | 21 | 13C | 3E | 2A |
| Octal | 254 | 50 | 211 | 0 | 115 | 24 | 41 | 474 | 76 | 52 |
| Binary | 10101100 | 101000 | 10001001 | 0 | 1001101 | 10100 | 100001 | 100111100 | 111110 | 101010 |
Color Harmonies of #AC2889
Complementary color
Monochromatic Colors of #AC2889
Black with #AC2889
Text Example
Text Example
White with #AC2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2889; }
p { color: rgb(172,40,137); }
H1.HeaderClassName
{
color: #AC2889;
}
.AnyTagClassName
{
color: #AC2889;
}
</style>
background-color css
<style>
a { background-color: #AC2889; }
a { background-color: rgb(172,40,137); }
div.DivClassName
{
background-color: #AC2889;
}
.BgClassName
{
background-color: #AC2889;
}
</style>
border-color css
<style>
span { border-color: #AC2889; }
span { border-color: rgb(172,40,137); }
td.TdClassName
{
border-color: #AC2889;
}
.TagClassName
{
border-color: #AC2889;
}
</style>