Shades of Medium Red Violet #AC1F8D
Tints of Medium Red Violet #AC1F8D
RGB
CMYK
RGB Variations
Color information
#AC1F8D (or 0xAC1F8D) is known color: Medium Red Violet. HEX triplet: AC, 1F and 8D. RGB value is (172,31,141). Sum of RGB (Red+Green+Blue) = 172+31+141=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F8D is #53E072. Grayscale: #555555. Windows color (decimal): -5496947 or 9248684. OLE color: 9248684.
HSL color Cylindrical-coordinate representation of color #AC1F8D: hue angle of 313.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F8D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 141 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.33 |
| HSL | 313.19º | 0.69% | 0.4% | - |
| HSV(B) | 313.19º | 0.82% | 0.67% | - |
| XYZ | 22.31 | 11.67 | 26.28 | - |
| YUV | 85.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 141 | 0 | 0.82 | 0.18 | 0.33 | 313.19 | 0.69 | 0.4 |
| Hex | AC | 1F | 8D | 0 | 52 | 12 | 21 | 139 | 45 | 28 |
| Octal | 254 | 37 | 215 | 0 | 122 | 22 | 41 | 471 | 105 | 50 |
| Binary | 10101100 | 11111 | 10001101 | 0 | 1010010 | 10010 | 100001 | 100111001 | 1000101 | 101000 |
Color Harmonies of #AC1F8D
Complementary color
Monochromatic Colors of #AC1F8D
Black with #AC1F8D
Text Example
Text Example
White with #AC1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F8D; }
p { color: rgb(172,31,141); }
H1.HeaderClassName
{
color: #AC1F8D;
}
.AnyTagClassName
{
color: #AC1F8D;
}
</style>
background-color css
<style>
a { background-color: #AC1F8D; }
a { background-color: rgb(172,31,141); }
div.DivClassName
{
background-color: #AC1F8D;
}
.BgClassName
{
background-color: #AC1F8D;
}
</style>
border-color css
<style>
span { border-color: #AC1F8D; }
span { border-color: rgb(172,31,141); }
td.TdClassName
{
border-color: #AC1F8D;
}
.TagClassName
{
border-color: #AC1F8D;
}
</style>