Shades of Medium Red Violet #AC328E
Tints of Medium Red Violet #AC328E
RGB
CMYK
RGB Variations
Color information
#AC328E (or 0xAC328E) is known color: Medium Red Violet. HEX triplet: AC, 32 and 8E. RGB value is (172,50,142). Sum of RGB (Red+Green+Blue) = 172+50+142=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC328E is #53CD71. Grayscale: #606060. Windows color (decimal): -5492082 or 9319084. OLE color: 9319084.
HSL color Cylindrical-coordinate representation of color #AC328E: hue angle of 314.75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC328E is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 142 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.33 |
| HSL | 314.75º | 0.55% | 0.44% | - |
| HSV(B) | 314.75º | 0.71% | 0.67% | - |
| XYZ | 23.04 | 13 | 26.89 | - |
| YUV | 96.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 142 | 0 | 0.71 | 0.17 | 0.33 | 314.75 | 0.55 | 0.44 |
| Hex | AC | 32 | 8E | 0 | 47 | 11 | 21 | 13B | 37 | 2C |
| Octal | 254 | 62 | 216 | 0 | 107 | 21 | 41 | 473 | 67 | 54 |
| Binary | 10101100 | 110010 | 10001110 | 0 | 1000111 | 10001 | 100001 | 100111011 | 110111 | 101100 |
Color Harmonies of #AC328E
Complementary color
Monochromatic Colors of #AC328E
Black with #AC328E
Text Example
Text Example
White with #AC328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC328E; }
p { color: rgb(172,50,142); }
H1.HeaderClassName
{
color: #AC328E;
}
.AnyTagClassName
{
color: #AC328E;
}
</style>
background-color css
<style>
a { background-color: #AC328E; }
a { background-color: rgb(172,50,142); }
div.DivClassName
{
background-color: #AC328E;
}
.BgClassName
{
background-color: #AC328E;
}
</style>
border-color css
<style>
span { border-color: #AC328E; }
span { border-color: rgb(172,50,142); }
td.TdClassName
{
border-color: #AC328E;
}
.TagClassName
{
border-color: #AC328E;
}
</style>