Shades of Medium Red Violet #AC4889
Tints of Medium Red Violet #AC4889
RGB
CMYK
RGB Variations
Color information
#AC4889 (or 0xAC4889) is known color: Medium Red Violet. HEX triplet: AC, 48 and 89. RGB value is (172,72,137). Sum of RGB (Red+Green+Blue) = 172+72+137=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4889 is #53B776. Grayscale: #6D6D6D. Windows color (decimal): -5486455 or 8997036. OLE color: 8997036.
HSL color Cylindrical-coordinate representation of color #AC4889: hue angle of 321º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4889 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 137 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.33 |
| HSL | 321º | 0.41% | 0.48% | - |
| HSV(B) | 321º | 0.58% | 0.67% | - |
| XYZ | 23.85 | 15.21 | 25.35 | - |
| YUV | 109.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 137 | 0 | 0.58 | 0.20 | 0.33 | 321 | 0.41 | 0.48 |
| Hex | AC | 48 | 89 | 0 | 3A | 14 | 21 | 141 | 29 | 30 |
| Octal | 254 | 110 | 211 | 0 | 72 | 24 | 41 | 501 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10001001 | 0 | 111010 | 10100 | 100001 | 101000001 | 101001 | 110000 |
Color Harmonies of #AC4889
Complementary color
Monochromatic Colors of #AC4889
Black with #AC4889
Text Example
Text Example
White with #AC4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4889; }
p { color: rgb(172,72,137); }
H1.HeaderClassName
{
color: #AC4889;
}
.AnyTagClassName
{
color: #AC4889;
}
</style>
background-color css
<style>
a { background-color: #AC4889; }
a { background-color: rgb(172,72,137); }
div.DivClassName
{
background-color: #AC4889;
}
.BgClassName
{
background-color: #AC4889;
}
</style>
border-color css
<style>
span { border-color: #AC4889; }
span { border-color: rgb(172,72,137); }
td.TdClassName
{
border-color: #AC4889;
}
.TagClassName
{
border-color: #AC4889;
}
</style>