Shades of Medium Red Violet #AC488D
Tints of Medium Red Violet #AC488D
RGB
CMYK
RGB Variations
Color information
#AC488D (or 0xAC488D) is known color: Medium Red Violet. HEX triplet: AC, 48 and 8D. RGB value is (172,72,141). Sum of RGB (Red+Green+Blue) = 172+72+141=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488D is #53B772. Grayscale: #6D6D6D. Windows color (decimal): -5486451 or 9259180. OLE color: 9259180.
HSL color Cylindrical-coordinate representation of color #AC488D: hue angle of 318.6º 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 #AC488D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 141 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.33 |
| HSL | 318.6º | 0.41% | 0.48% | - |
| HSV(B) | 318.6º | 0.58% | 0.67% | - |
| XYZ | 24.14 | 15.33 | 26.89 | - |
| YUV | 109.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 141 | 0 | 0.58 | 0.18 | 0.33 | 318.6 | 0.41 | 0.48 |
| Hex | AC | 48 | 8D | 0 | 3A | 12 | 21 | 13F | 29 | 30 |
| Octal | 254 | 110 | 215 | 0 | 72 | 22 | 41 | 477 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10001101 | 0 | 111010 | 10010 | 100001 | 100111111 | 101001 | 110000 |
Color Harmonies of #AC488D
Complementary color
Monochromatic Colors of #AC488D
Black with #AC488D
Text Example
Text Example
White with #AC488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC488D; }
p { color: rgb(172,72,141); }
H1.HeaderClassName
{
color: #AC488D;
}
.AnyTagClassName
{
color: #AC488D;
}
</style>
background-color css
<style>
a { background-color: #AC488D; }
a { background-color: rgb(172,72,141); }
div.DivClassName
{
background-color: #AC488D;
}
.BgClassName
{
background-color: #AC488D;
}
</style>
border-color css
<style>
span { border-color: #AC488D; }
span { border-color: rgb(172,72,141); }
td.TdClassName
{
border-color: #AC488D;
}
.TagClassName
{
border-color: #AC488D;
}
</style>