Shades of Medium Red Violet #AC347F
Tints of Medium Red Violet #AC347F
RGB
CMYK
RGB Variations
Color information
#AC347F (or 0xAC347F) is known color: Medium Red Violet. HEX triplet: AC, 34 and 7F. RGB value is (172,52,127). Sum of RGB (Red+Green+Blue) = 172+52+127=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC347F is #53CB80. Grayscale: #606060. Windows color (decimal): -5491585 or 8336556. OLE color: 8336556.
HSL color Cylindrical-coordinate representation of color #AC347F: hue angle of 322.5º 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 #AC347F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 127 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.33 |
| HSL | 322.5º | 0.54% | 0.44% | - |
| HSV(B) | 322.5º | 0.7% | 0.67% | - |
| XYZ | 22.07 | 12.76 | 21.38 | - |
| YUV | 96.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 127 | 0 | 0.70 | 0.26 | 0.33 | 322.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 7F | 0 | 46 | 1A | 21 | 142 | 36 | 2C |
| Octal | 254 | 64 | 177 | 0 | 106 | 32 | 41 | 502 | 66 | 54 |
| Binary | 10101100 | 110100 | 1111111 | 0 | 1000110 | 11010 | 100001 | 101000010 | 110110 | 101100 |
Color Harmonies of #AC347F
Complementary color
Monochromatic Colors of #AC347F
Black with #AC347F
Text Example
Text Example
White with #AC347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC347F; }
p { color: rgb(172,52,127); }
H1.HeaderClassName
{
color: #AC347F;
}
.AnyTagClassName
{
color: #AC347F;
}
</style>
background-color css
<style>
a { background-color: #AC347F; }
a { background-color: rgb(172,52,127); }
div.DivClassName
{
background-color: #AC347F;
}
.BgClassName
{
background-color: #AC347F;
}
</style>
border-color css
<style>
span { border-color: #AC347F; }
span { border-color: rgb(172,52,127); }
td.TdClassName
{
border-color: #AC347F;
}
.TagClassName
{
border-color: #AC347F;
}
</style>