Shades of Medium Violet Red #AC077F
Tints of Medium Violet Red #AC077F
RGB
CMYK
RGB Variations
Color information
#AC077F (or 0xAC077F) is known color: Medium Violet Red. HEX triplet: AC, 07 and 7F. RGB value is (172,7,127). Sum of RGB (Red+Green+Blue) = 172+7+127=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077F is #53F880. Grayscale: #454545. Windows color (decimal): -5503105 or 8325036. OLE color: 8325036.
HSL color Cylindrical-coordinate representation of color #AC077F: hue angle of 316.36º 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 #AC077F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.33 |
| HSL | 316.36º | 0.92% | 0.35% | - |
| HSV(B) | 316.36º | 0.96% | 0.67% | - |
| XYZ | 20.92 | 10.45 | 20.99 | - |
| YUV | 70.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 127 | 0 | 0.96 | 0.26 | 0.33 | 316.36 | 0.92 | 0.35 |
| Hex | AC | 7 | 7F | 0 | 60 | 1A | 21 | 13C | 5C | 23 |
| Octal | 254 | 7 | 177 | 0 | 140 | 32 | 41 | 474 | 134 | 43 |
| Binary | 10101100 | 111 | 1111111 | 0 | 1100000 | 11010 | 100001 | 100111100 | 1011100 | 100011 |
Color Harmonies of #AC077F
Complementary color
Monochromatic Colors of #AC077F
Black with #AC077F
Text Example
Text Example
White with #AC077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC077F; }
p { color: rgb(172,7,127); }
H1.HeaderClassName
{
color: #AC077F;
}
.AnyTagClassName
{
color: #AC077F;
}
</style>
background-color css
<style>
a { background-color: #AC077F; }
a { background-color: rgb(172,7,127); }
div.DivClassName
{
background-color: #AC077F;
}
.BgClassName
{
background-color: #AC077F;
}
</style>
border-color css
<style>
span { border-color: #AC077F; }
span { border-color: rgb(172,7,127); }
td.TdClassName
{
border-color: #AC077F;
}
.TagClassName
{
border-color: #AC077F;
}
</style>