Shades of Medium Violet Red #AC147A
Tints of Medium Violet Red #AC147A
RGB
CMYK
RGB Variations
Color information
#AC147A (or 0xAC147A) is known color: Medium Violet Red. HEX triplet: AC, 14 and 7A. RGB value is (172,20,122). Sum of RGB (Red+Green+Blue) = 172+20+122=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC147A is #53EB85. Grayscale: #4C4C4C. Windows color (decimal): -5499782 or 8000684. OLE color: 8000684.
HSL color Cylindrical-coordinate representation of color #AC147A: hue angle of 319.74º 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 #AC147A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 122 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.33 |
| HSL | 319.74º | 0.79% | 0.38% | - |
| HSV(B) | 319.74º | 0.88% | 0.67% | - |
| XYZ | 20.78 | 10.68 | 19.38 | - |
| YUV | 77.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 122 | 0 | 0.88 | 0.29 | 0.33 | 319.74 | 0.79 | 0.38 |
| Hex | AC | 14 | 7A | 0 | 58 | 1D | 21 | 140 | 4F | 26 |
| Octal | 254 | 24 | 172 | 0 | 130 | 35 | 41 | 500 | 117 | 46 |
| Binary | 10101100 | 10100 | 1111010 | 0 | 1011000 | 11101 | 100001 | 101000000 | 1001111 | 100110 |
Color Harmonies of #AC147A
Complementary color
Monochromatic Colors of #AC147A
Black with #AC147A
Text Example
Text Example
White with #AC147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC147A; }
p { color: rgb(172,20,122); }
H1.HeaderClassName
{
color: #AC147A;
}
.AnyTagClassName
{
color: #AC147A;
}
</style>
background-color css
<style>
a { background-color: #AC147A; }
a { background-color: rgb(172,20,122); }
div.DivClassName
{
background-color: #AC147A;
}
.BgClassName
{
background-color: #AC147A;
}
</style>
border-color css
<style>
span { border-color: #AC147A; }
span { border-color: rgb(172,20,122); }
td.TdClassName
{
border-color: #AC147A;
}
.TagClassName
{
border-color: #AC147A;
}
</style>