Shades of Medium Red Violet #AC3D8C
Tints of Medium Red Violet #AC3D8C
RGB
CMYK
RGB Variations
Color information
#AC3D8C (or 0xAC3D8C) is known color: Medium Red Violet. HEX triplet: AC, 3D and 8C. RGB value is (172,61,140). Sum of RGB (Red+Green+Blue) = 172+61+140=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D8C is #53C273. Grayscale: #666666. Windows color (decimal): -5489268 or 9190828. OLE color: 9190828.
HSL color Cylindrical-coordinate representation of color #AC3D8C: hue angle of 317.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3D8C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 140 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.33 |
| HSL | 317.3º | 0.48% | 0.46% | - |
| HSV(B) | 317.3º | 0.65% | 0.67% | - |
| XYZ | 23.42 | 14 | 26.28 | - |
| YUV | 103.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 140 | 0 | 0.65 | 0.19 | 0.33 | 317.3 | 0.48 | 0.46 |
| Hex | AC | 3D | 8C | 0 | 41 | 13 | 21 | 13D | 30 | 2E |
| Octal | 254 | 75 | 214 | 0 | 101 | 23 | 41 | 475 | 60 | 56 |
| Binary | 10101100 | 111101 | 10001100 | 0 | 1000001 | 10011 | 100001 | 100111101 | 110000 | 101110 |
Color Harmonies of #AC3D8C
Complementary color
Monochromatic Colors of #AC3D8C
Black with #AC3D8C
Text Example
Text Example
White with #AC3D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D8C; }
p { color: rgb(172,61,140); }
H1.HeaderClassName
{
color: #AC3D8C;
}
.AnyTagClassName
{
color: #AC3D8C;
}
</style>
background-color css
<style>
a { background-color: #AC3D8C; }
a { background-color: rgb(172,61,140); }
div.DivClassName
{
background-color: #AC3D8C;
}
.BgClassName
{
background-color: #AC3D8C;
}
</style>
border-color css
<style>
span { border-color: #AC3D8C; }
span { border-color: rgb(172,61,140); }
td.TdClassName
{
border-color: #AC3D8C;
}
.TagClassName
{
border-color: #AC3D8C;
}
</style>