Shades of Medium Violet Red #AC078B
Tints of Medium Violet Red #AC078B
RGB
CMYK
RGB Variations
Color information
#AC078B (or 0xAC078B) is known color: Medium Violet Red. HEX triplet: AC, 07 and 8B. RGB value is (172,7,139). Sum of RGB (Red+Green+Blue) = 172+7+139=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078B is #53F874. Grayscale: #474747. Windows color (decimal): -5503093 or 9111468. OLE color: 9111468.
HSL color Cylindrical-coordinate representation of color #AC078B: hue angle of 312º 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 #AC078B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.33 |
| HSL | 312º | 0.92% | 0.35% | - |
| HSV(B) | 312º | 0.96% | 0.67% | - |
| XYZ | 21.75 | 10.79 | 25.36 | - |
| YUV | 71.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 139 | 0 | 0.96 | 0.19 | 0.33 | 312 | 0.92 | 0.35 |
| Hex | AC | 7 | 8B | 0 | 60 | 13 | 21 | 138 | 5C | 23 |
| Octal | 254 | 7 | 213 | 0 | 140 | 23 | 41 | 470 | 134 | 43 |
| Binary | 10101100 | 111 | 10001011 | 0 | 1100000 | 10011 | 100001 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AC078B
Complementary color
Monochromatic Colors of #AC078B
Black with #AC078B
Text Example
Text Example
White with #AC078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC078B; }
p { color: rgb(172,7,139); }
H1.HeaderClassName
{
color: #AC078B;
}
.AnyTagClassName
{
color: #AC078B;
}
</style>
background-color css
<style>
a { background-color: #AC078B; }
a { background-color: rgb(172,7,139); }
div.DivClassName
{
background-color: #AC078B;
}
.BgClassName
{
background-color: #AC078B;
}
</style>
border-color css
<style>
span { border-color: #AC078B; }
span { border-color: rgb(172,7,139); }
td.TdClassName
{
border-color: #AC078B;
}
.TagClassName
{
border-color: #AC078B;
}
</style>