Shades of Medium Red Violet #AC3E8C
Tints of Medium Red Violet #AC3E8C
RGB
CMYK
RGB Variations
Color information
#AC3E8C (or 0xAC3E8C) is known color: Medium Red Violet. HEX triplet: AC, 3E and 8C. RGB value is (172,62,140). Sum of RGB (Red+Green+Blue) = 172+62+140=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E8C is #53C173. Grayscale: #676767. Windows color (decimal): -5489012 or 9191084. OLE color: 9191084.
HSL color Cylindrical-coordinate representation of color #AC3E8C: hue angle of 317.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E8C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 140 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.33 |
| HSL | 317.45º | 0.47% | 0.46% | - |
| HSV(B) | 317.45º | 0.64% | 0.67% | - |
| XYZ | 23.47 | 14.11 | 26.3 | - |
| YUV | 103.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 140 | 0 | 0.64 | 0.19 | 0.33 | 317.45 | 0.47 | 0.46 |
| Hex | AC | 3E | 8C | 0 | 40 | 13 | 21 | 13D | 2F | 2E |
| Octal | 254 | 76 | 214 | 0 | 100 | 23 | 41 | 475 | 57 | 56 |
| Binary | 10101100 | 111110 | 10001100 | 0 | 1000000 | 10011 | 100001 | 100111101 | 101111 | 101110 |
Color Harmonies of #AC3E8C
Complementary color
Monochromatic Colors of #AC3E8C
Black with #AC3E8C
Text Example
Text Example
White with #AC3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E8C; }
p { color: rgb(172,62,140); }
H1.HeaderClassName
{
color: #AC3E8C;
}
.AnyTagClassName
{
color: #AC3E8C;
}
</style>
background-color css
<style>
a { background-color: #AC3E8C; }
a { background-color: rgb(172,62,140); }
div.DivClassName
{
background-color: #AC3E8C;
}
.BgClassName
{
background-color: #AC3E8C;
}
</style>
border-color css
<style>
span { border-color: #AC3E8C; }
span { border-color: rgb(172,62,140); }
td.TdClassName
{
border-color: #AC3E8C;
}
.TagClassName
{
border-color: #AC3E8C;
}
</style>