Shades of Medium Violet Red #AC078F
Tints of Medium Violet Red #AC078F
RGB
CMYK
RGB Variations
Color information
#AC078F (or 0xAC078F) is known color: Medium Violet Red. HEX triplet: AC, 07 and 8F. RGB value is (172,7,143). Sum of RGB (Red+Green+Blue) = 172+7+143=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078F is #53F870. Grayscale: #474747. Windows color (decimal): -5503089 or 9373612. OLE color: 9373612.
HSL color Cylindrical-coordinate representation of color #AC078F: hue angle of 310.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC078F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.33 |
| HSL | 310.55º | 0.92% | 0.35% | - |
| HSV(B) | 310.55º | 0.96% | 0.67% | - |
| XYZ | 22.05 | 10.91 | 26.93 | - |
| YUV | 71.84 | 168.16 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 143 | 0 | 0.96 | 0.17 | 0.33 | 310.55 | 0.92 | 0.35 |
| Hex | AC | 7 | 8F | 0 | 60 | 11 | 21 | 137 | 5C | 23 |
| Octal | 254 | 7 | 217 | 0 | 140 | 21 | 41 | 467 | 134 | 43 |
| Binary | 10101100 | 111 | 10001111 | 0 | 1100000 | 10001 | 100001 | 100110111 | 1011100 | 100011 |
Color Harmonies of #AC078F
Complementary color
Monochromatic Colors of #AC078F
Black with #AC078F
Text Example
Text Example
White with #AC078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC078F; }
p { color: rgb(172,7,143); }
H1.HeaderClassName
{
color: #AC078F;
}
.AnyTagClassName
{
color: #AC078F;
}
</style>
background-color css
<style>
a { background-color: #AC078F; }
a { background-color: rgb(172,7,143); }
div.DivClassName
{
background-color: #AC078F;
}
.BgClassName
{
background-color: #AC078F;
}
</style>
border-color css
<style>
span { border-color: #AC078F; }
span { border-color: rgb(172,7,143); }
td.TdClassName
{
border-color: #AC078F;
}
.TagClassName
{
border-color: #AC078F;
}
</style>