Shades of Medium Red Violet #AC4888
Tints of Medium Red Violet #AC4888
RGB
CMYK
RGB Variations
Color information
#AC4888 (or 0xAC4888) is known color: Medium Red Violet. HEX triplet: AC, 48 and 88. RGB value is (172,72,136). Sum of RGB (Red+Green+Blue) = 172+72+136=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4888 is #53B777. Grayscale: #6D6D6D. Windows color (decimal): -5486456 or 8931500. OLE color: 8931500.
HSL color Cylindrical-coordinate representation of color #AC4888: hue angle of 321.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 #AC4888 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 136 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.33 |
| HSL | 321.6º | 0.41% | 0.48% | - |
| HSV(B) | 321.6º | 0.58% | 0.67% | - |
| XYZ | 23.77 | 15.18 | 24.97 | - |
| YUV | 109.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 136 | 0 | 0.58 | 0.21 | 0.33 | 321.6 | 0.41 | 0.48 |
| Hex | AC | 48 | 88 | 0 | 3A | 15 | 21 | 142 | 29 | 30 |
| Octal | 254 | 110 | 210 | 0 | 72 | 25 | 41 | 502 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10001000 | 0 | 111010 | 10101 | 100001 | 101000010 | 101001 | 110000 |
Color Harmonies of #AC4888
Complementary color
Monochromatic Colors of #AC4888
Black with #AC4888
Text Example
Text Example
White with #AC4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4888; }
p { color: rgb(172,72,136); }
H1.HeaderClassName
{
color: #AC4888;
}
.AnyTagClassName
{
color: #AC4888;
}
</style>
background-color css
<style>
a { background-color: #AC4888; }
a { background-color: rgb(172,72,136); }
div.DivClassName
{
background-color: #AC4888;
}
.BgClassName
{
background-color: #AC4888;
}
</style>
border-color css
<style>
span { border-color: #AC4888; }
span { border-color: rgb(172,72,136); }
td.TdClassName
{
border-color: #AC4888;
}
.TagClassName
{
border-color: #AC4888;
}
</style>