Shades of Medium Violet Red #AC147F
Tints of Medium Violet Red #AC147F
RGB
CMYK
RGB Variations
Color information
#AC147F (or 0xAC147F) is known color: Medium Violet Red. HEX triplet: AC, 14 and 7F. RGB value is (172,20,127). Sum of RGB (Red+Green+Blue) = 172+20+127=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC147F is #53EB80. Grayscale: #4D4D4D. Windows color (decimal): -5499777 or 8328364. OLE color: 8328364.
HSL color Cylindrical-coordinate representation of color #AC147F: hue angle of 317.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC147F is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 127 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.33 |
| HSL | 317.76º | 0.79% | 0.38% | - |
| HSV(B) | 317.76º | 0.88% | 0.67% | - |
| XYZ | 21.09 | 10.8 | 21.05 | - |
| YUV | 77.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 127 | 0 | 0.88 | 0.26 | 0.33 | 317.76 | 0.79 | 0.38 |
| Hex | AC | 14 | 7F | 0 | 58 | 1A | 21 | 13E | 4F | 26 |
| Octal | 254 | 24 | 177 | 0 | 130 | 32 | 41 | 476 | 117 | 46 |
| Binary | 10101100 | 10100 | 1111111 | 0 | 1011000 | 11010 | 100001 | 100111110 | 1001111 | 100110 |
Color Harmonies of #AC147F
Complementary color
Monochromatic Colors of #AC147F
Black with #AC147F
Text Example
Text Example
White with #AC147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC147F; }
p { color: rgb(172,20,127); }
H1.HeaderClassName
{
color: #AC147F;
}
.AnyTagClassName
{
color: #AC147F;
}
</style>
background-color css
<style>
a { background-color: #AC147F; }
a { background-color: rgb(172,20,127); }
div.DivClassName
{
background-color: #AC147F;
}
.BgClassName
{
background-color: #AC147F;
}
</style>
border-color css
<style>
span { border-color: #AC147F; }
span { border-color: rgb(172,20,127); }
td.TdClassName
{
border-color: #AC147F;
}
.TagClassName
{
border-color: #AC147F;
}
</style>