Shades of Medium Red Violet #AC1F8C
Tints of Medium Red Violet #AC1F8C
RGB
CMYK
RGB Variations
Color information
#AC1F8C (or 0xAC1F8C) is known color: Medium Red Violet. HEX triplet: AC, 1F and 8C. RGB value is (172,31,140). Sum of RGB (Red+Green+Blue) = 172+31+140=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F8C is #53E073. Grayscale: #555555. Windows color (decimal): -5496948 or 9183148. OLE color: 9183148.
HSL color Cylindrical-coordinate representation of color #AC1F8C: hue angle of 313.62º 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 #AC1F8C is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 140 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.33 |
| HSL | 313.62º | 0.69% | 0.4% | - |
| HSV(B) | 313.62º | 0.82% | 0.67% | - |
| XYZ | 22.24 | 11.64 | 25.89 | - |
| YUV | 85.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 140 | 0 | 0.82 | 0.19 | 0.33 | 313.62 | 0.69 | 0.4 |
| Hex | AC | 1F | 8C | 0 | 52 | 13 | 21 | 13A | 45 | 28 |
| Octal | 254 | 37 | 214 | 0 | 122 | 23 | 41 | 472 | 105 | 50 |
| Binary | 10101100 | 11111 | 10001100 | 0 | 1010010 | 10011 | 100001 | 100111010 | 1000101 | 101000 |
Color Harmonies of #AC1F8C
Complementary color
Monochromatic Colors of #AC1F8C
Black with #AC1F8C
Text Example
Text Example
White with #AC1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F8C; }
p { color: rgb(172,31,140); }
H1.HeaderClassName
{
color: #AC1F8C;
}
.AnyTagClassName
{
color: #AC1F8C;
}
</style>
background-color css
<style>
a { background-color: #AC1F8C; }
a { background-color: rgb(172,31,140); }
div.DivClassName
{
background-color: #AC1F8C;
}
.BgClassName
{
background-color: #AC1F8C;
}
</style>
border-color css
<style>
span { border-color: #AC1F8C; }
span { border-color: rgb(172,31,140); }
td.TdClassName
{
border-color: #AC1F8C;
}
.TagClassName
{
border-color: #AC1F8C;
}
</style>