Shades of Medium Red Violet #AC1D7F
Tints of Medium Red Violet #AC1D7F
RGB
CMYK
RGB Variations
Color information
#AC1D7F (or 0xAC1D7F) is known color: Medium Red Violet. HEX triplet: AC, 1D and 7F. RGB value is (172,29,127). Sum of RGB (Red+Green+Blue) = 172+29+127=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D7F is #53E280. Grayscale: #525252. Windows color (decimal): -5497473 or 8330668. OLE color: 8330668.
HSL color Cylindrical-coordinate representation of color #AC1D7F: hue angle of 318.88º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D7F is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 127 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.33 |
| HSL | 318.88º | 0.71% | 0.39% | - |
| HSV(B) | 318.88º | 0.83% | 0.67% | - |
| XYZ | 21.28 | 11.18 | 21.12 | - |
| YUV | 82.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 127 | 0 | 0.83 | 0.26 | 0.33 | 318.88 | 0.71 | 0.39 |
| Hex | AC | 1D | 7F | 0 | 53 | 1A | 21 | 13F | 47 | 27 |
| Octal | 254 | 35 | 177 | 0 | 123 | 32 | 41 | 477 | 107 | 47 |
| Binary | 10101100 | 11101 | 1111111 | 0 | 1010011 | 11010 | 100001 | 100111111 | 1000111 | 100111 |
Color Harmonies of #AC1D7F
Complementary color
Monochromatic Colors of #AC1D7F
Black with #AC1D7F
Text Example
Text Example
White with #AC1D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D7F; }
p { color: rgb(172,29,127); }
H1.HeaderClassName
{
color: #AC1D7F;
}
.AnyTagClassName
{
color: #AC1D7F;
}
</style>
background-color css
<style>
a { background-color: #AC1D7F; }
a { background-color: rgb(172,29,127); }
div.DivClassName
{
background-color: #AC1D7F;
}
.BgClassName
{
background-color: #AC1D7F;
}
</style>
border-color css
<style>
span { border-color: #AC1D7F; }
span { border-color: rgb(172,29,127); }
td.TdClassName
{
border-color: #AC1D7F;
}
.TagClassName
{
border-color: #AC1D7F;
}
</style>