Shades of Medium Violet Red #AC048C
Tints of Medium Violet Red #AC048C
RGB
CMYK
RGB Variations
Color information
#AC048C (or 0xAC048C) is known color: Medium Violet Red. HEX triplet: AC, 04 and 8C. RGB value is (172,4,140). Sum of RGB (Red+Green+Blue) = 172+4+140=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC048C is #53FB73. Grayscale: #454545. Windows color (decimal): -5503860 or 9176236. OLE color: 9176236.
HSL color Cylindrical-coordinate representation of color #AC048C: hue angle of 311.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC048C is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.33 |
| HSL | 311.43º | 0.95% | 0.35% | - |
| HSV(B) | 311.43º | 0.98% | 0.67% | - |
| XYZ | 21.79 | 10.75 | 25.74 | - |
| YUV | 69.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 140 | 0 | 0.98 | 0.19 | 0.33 | 311.43 | 0.95 | 0.35 |
| Hex | AC | 4 | 8C | 0 | 62 | 13 | 21 | 137 | 5F | 23 |
| Octal | 254 | 4 | 214 | 0 | 142 | 23 | 41 | 467 | 137 | 43 |
| Binary | 10101100 | 100 | 10001100 | 0 | 1100010 | 10011 | 100001 | 100110111 | 1011111 | 100011 |
Color Harmonies of #AC048C
Complementary color
Monochromatic Colors of #AC048C
Black with #AC048C
Text Example
Text Example
White with #AC048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC048C; }
p { color: rgb(172,4,140); }
H1.HeaderClassName
{
color: #AC048C;
}
.AnyTagClassName
{
color: #AC048C;
}
</style>
background-color css
<style>
a { background-color: #AC048C; }
a { background-color: rgb(172,4,140); }
div.DivClassName
{
background-color: #AC048C;
}
.BgClassName
{
background-color: #AC048C;
}
</style>
border-color css
<style>
span { border-color: #AC048C; }
span { border-color: rgb(172,4,140); }
td.TdClassName
{
border-color: #AC048C;
}
.TagClassName
{
border-color: #AC048C;
}
</style>