Shades of Medium Red Violet #AC348F
Tints of Medium Red Violet #AC348F
RGB
CMYK
RGB Variations
Color information
#AC348F (or 0xAC348F) is known color: Medium Red Violet. HEX triplet: AC, 34 and 8F. RGB value is (172,52,143). Sum of RGB (Red+Green+Blue) = 172+52+143=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348F is #53CB70. Grayscale: #626262. Windows color (decimal): -5491569 or 9385132. OLE color: 9385132.
HSL color Cylindrical-coordinate representation of color #AC348F: hue angle of 314.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 #AC348F is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 143 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.33 |
| HSL | 314.5º | 0.54% | 0.44% | - |
| HSV(B) | 314.5º | 0.7% | 0.67% | - |
| XYZ | 23.2 | 13.21 | 27.31 | - |
| YUV | 98.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 143 | 0 | 0.70 | 0.17 | 0.33 | 314.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 8F | 0 | 46 | 11 | 21 | 13A | 36 | 2C |
| Octal | 254 | 64 | 217 | 0 | 106 | 21 | 41 | 472 | 66 | 54 |
| Binary | 10101100 | 110100 | 10001111 | 0 | 1000110 | 10001 | 100001 | 100111010 | 110110 | 101100 |
Color Harmonies of #AC348F
Complementary color
Monochromatic Colors of #AC348F
Black with #AC348F
Text Example
Text Example
White with #AC348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC348F; }
p { color: rgb(172,52,143); }
H1.HeaderClassName
{
color: #AC348F;
}
.AnyTagClassName
{
color: #AC348F;
}
</style>
background-color css
<style>
a { background-color: #AC348F; }
a { background-color: rgb(172,52,143); }
div.DivClassName
{
background-color: #AC348F;
}
.BgClassName
{
background-color: #AC348F;
}
</style>
border-color css
<style>
span { border-color: #AC348F; }
span { border-color: rgb(172,52,143); }
td.TdClassName
{
border-color: #AC348F;
}
.TagClassName
{
border-color: #AC348F;
}
</style>