Shades of Medium Red Violet #AC318C
Tints of Medium Red Violet #AC318C
RGB
CMYK
RGB Variations
Color information
#AC318C (or 0xAC318C) is known color: Medium Red Violet. HEX triplet: AC, 31 and 8C. RGB value is (172,49,140). Sum of RGB (Red+Green+Blue) = 172+49+140=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC318C is #53CE73. Grayscale: #5F5F5F. Windows color (decimal): -5492340 or 9187756. OLE color: 9187756.
HSL color Cylindrical-coordinate representation of color #AC318C: hue angle of 315.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC318C is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 140 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 315.61º | 0.56% | 0.43% | - |
| HSV(B) | 315.61º | 0.72% | 0.67% | - |
| XYZ | 22.85 | 12.86 | 26.09 | - |
| YUV | 96.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 140 | 0 | 0.72 | 0.19 | 0.33 | 315.61 | 0.56 | 0.43 |
| Hex | AC | 31 | 8C | 0 | 48 | 13 | 21 | 13C | 38 | 2B |
| Octal | 254 | 61 | 214 | 0 | 110 | 23 | 41 | 474 | 70 | 53 |
| Binary | 10101100 | 110001 | 10001100 | 0 | 1001000 | 10011 | 100001 | 100111100 | 111000 | 101011 |
Color Harmonies of #AC318C
Complementary color
Monochromatic Colors of #AC318C
Black with #AC318C
Text Example
Text Example
White with #AC318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC318C; }
p { color: rgb(172,49,140); }
H1.HeaderClassName
{
color: #AC318C;
}
.AnyTagClassName
{
color: #AC318C;
}
</style>
background-color css
<style>
a { background-color: #AC318C; }
a { background-color: rgb(172,49,140); }
div.DivClassName
{
background-color: #AC318C;
}
.BgClassName
{
background-color: #AC318C;
}
</style>
border-color css
<style>
span { border-color: #AC318C; }
span { border-color: rgb(172,49,140); }
td.TdClassName
{
border-color: #AC318C;
}
.TagClassName
{
border-color: #AC318C;
}
</style>