Shades of Medium Red Violet #AC348E
Tints of Medium Red Violet #AC348E
RGB
CMYK
RGB Variations
Color information
#AC348E (or 0xAC348E) is known color: Medium Red Violet. HEX triplet: AC, 34 and 8E. RGB value is (172,52,142). Sum of RGB (Red+Green+Blue) = 172+52+142=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348E is #53CB71. Grayscale: #616161. Windows color (decimal): -5491570 or 9319596. OLE color: 9319596.
HSL color Cylindrical-coordinate representation of color #AC348E: hue angle of 315º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC348E is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 142 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.33 |
| HSL | 315º | 0.54% | 0.44% | - |
| HSV(B) | 315º | 0.7% | 0.67% | - |
| XYZ | 23.12 | 13.18 | 26.92 | - |
| YUV | 98.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 142 | 0 | 0.70 | 0.17 | 0.33 | 315 | 0.54 | 0.44 |
| Hex | AC | 34 | 8E | 0 | 46 | 11 | 21 | 13B | 36 | 2C |
| Octal | 254 | 64 | 216 | 0 | 106 | 21 | 41 | 473 | 66 | 54 |
| Binary | 10101100 | 110100 | 10001110 | 0 | 1000110 | 10001 | 100001 | 100111011 | 110110 | 101100 |
Color Harmonies of #AC348E
Complementary color
Monochromatic Colors of #AC348E
Black with #AC348E
Text Example
Text Example
White with #AC348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC348E; }
p { color: rgb(172,52,142); }
H1.HeaderClassName
{
color: #AC348E;
}
.AnyTagClassName
{
color: #AC348E;
}
</style>
background-color css
<style>
a { background-color: #AC348E; }
a { background-color: rgb(172,52,142); }
div.DivClassName
{
background-color: #AC348E;
}
.BgClassName
{
background-color: #AC348E;
}
</style>
border-color css
<style>
span { border-color: #AC348E; }
span { border-color: rgb(172,52,142); }
td.TdClassName
{
border-color: #AC348E;
}
.TagClassName
{
border-color: #AC348E;
}
</style>