Shades of Medium Violet Red #AC177D
Tints of Medium Violet Red #AC177D
RGB
CMYK
RGB Variations
Color information
#AC177D (or 0xAC177D) is known color: Medium Violet Red. HEX triplet: AC, 17 and 7D. RGB value is (172,23,125). Sum of RGB (Red+Green+Blue) = 172+23+125=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC177D is #53E882. Grayscale: #4E4E4E. Windows color (decimal): -5499011 or 8198060. OLE color: 8198060.
HSL color Cylindrical-coordinate representation of color #AC177D: hue angle of 318.93º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC177D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 125 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.33 |
| HSL | 318.93º | 0.76% | 0.38% | - |
| HSV(B) | 318.93º | 0.87% | 0.67% | - |
| XYZ | 21.02 | 10.86 | 20.39 | - |
| YUV | 79.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 125 | 0 | 0.87 | 0.27 | 0.33 | 318.93 | 0.76 | 0.38 |
| Hex | AC | 17 | 7D | 0 | 57 | 1B | 21 | 13F | 4C | 26 |
| Octal | 254 | 27 | 175 | 0 | 127 | 33 | 41 | 477 | 114 | 46 |
| Binary | 10101100 | 10111 | 1111101 | 0 | 1010111 | 11011 | 100001 | 100111111 | 1001100 | 100110 |
Color Harmonies of #AC177D
Complementary color
Monochromatic Colors of #AC177D
Black with #AC177D
Text Example
Text Example
White with #AC177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC177D; }
p { color: rgb(172,23,125); }
H1.HeaderClassName
{
color: #AC177D;
}
.AnyTagClassName
{
color: #AC177D;
}
</style>
background-color css
<style>
a { background-color: #AC177D; }
a { background-color: rgb(172,23,125); }
div.DivClassName
{
background-color: #AC177D;
}
.BgClassName
{
background-color: #AC177D;
}
</style>
border-color css
<style>
span { border-color: #AC177D; }
span { border-color: rgb(172,23,125); }
td.TdClassName
{
border-color: #AC177D;
}
.TagClassName
{
border-color: #AC177D;
}
</style>