Shades of Medium Red Violet #AC488F
Tints of Medium Red Violet #AC488F
RGB
CMYK
RGB Variations
Color information
#AC488F (or 0xAC488F) is known color: Medium Red Violet. HEX triplet: AC, 48 and 8F. RGB value is (172,72,143). Sum of RGB (Red+Green+Blue) = 172+72+143=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488F is #53B770. Grayscale: #6D6D6D. Windows color (decimal): -5486449 or 9390252. OLE color: 9390252.
HSL color Cylindrical-coordinate representation of color #AC488F: hue angle of 317.4º 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 #AC488F is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 143 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.33 |
| HSL | 317.4º | 0.41% | 0.48% | - |
| HSV(B) | 317.4º | 0.58% | 0.67% | - |
| XYZ | 24.29 | 15.39 | 27.68 | - |
| YUV | 109.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 143 | 0 | 0.58 | 0.17 | 0.33 | 317.4 | 0.41 | 0.48 |
| Hex | AC | 48 | 8F | 0 | 3A | 11 | 21 | 13D | 29 | 30 |
| Octal | 254 | 110 | 217 | 0 | 72 | 21 | 41 | 475 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10001111 | 0 | 111010 | 10001 | 100001 | 100111101 | 101001 | 110000 |
Color Harmonies of #AC488F
Complementary color
Monochromatic Colors of #AC488F
Black with #AC488F
Text Example
Text Example
White with #AC488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC488F; }
p { color: rgb(172,72,143); }
H1.HeaderClassName
{
color: #AC488F;
}
.AnyTagClassName
{
color: #AC488F;
}
</style>
background-color css
<style>
a { background-color: #AC488F; }
a { background-color: rgb(172,72,143); }
div.DivClassName
{
background-color: #AC488F;
}
.BgClassName
{
background-color: #AC488F;
}
</style>
border-color css
<style>
span { border-color: #AC488F; }
span { border-color: rgb(172,72,143); }
td.TdClassName
{
border-color: #AC488F;
}
.TagClassName
{
border-color: #AC488F;
}
</style>