Shades of Medium Red Violet #AC327F
Tints of Medium Red Violet #AC327F
RGB
CMYK
RGB Variations
Color information
#AC327F (or 0xAC327F) is known color: Medium Red Violet. HEX triplet: AC, 32 and 7F. RGB value is (172,50,127). Sum of RGB (Red+Green+Blue) = 172+50+127=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC327F is #53CD80. Grayscale: #5F5F5F. Windows color (decimal): -5492097 or 8336044. OLE color: 8336044.
HSL color Cylindrical-coordinate representation of color #AC327F: hue angle of 322.13º 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 #AC327F is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 127 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.33 |
| HSL | 322.13º | 0.55% | 0.44% | - |
| HSV(B) | 322.13º | 0.71% | 0.67% | - |
| XYZ | 21.98 | 12.58 | 21.35 | - |
| YUV | 95.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 127 | 0 | 0.71 | 0.26 | 0.33 | 322.13 | 0.55 | 0.44 |
| Hex | AC | 32 | 7F | 0 | 47 | 1A | 21 | 142 | 37 | 2C |
| Octal | 254 | 62 | 177 | 0 | 107 | 32 | 41 | 502 | 67 | 54 |
| Binary | 10101100 | 110010 | 1111111 | 0 | 1000111 | 11010 | 100001 | 101000010 | 110111 | 101100 |
Color Harmonies of #AC327F
Complementary color
Monochromatic Colors of #AC327F
Black with #AC327F
Text Example
Text Example
White with #AC327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC327F; }
p { color: rgb(172,50,127); }
H1.HeaderClassName
{
color: #AC327F;
}
.AnyTagClassName
{
color: #AC327F;
}
</style>
background-color css
<style>
a { background-color: #AC327F; }
a { background-color: rgb(172,50,127); }
div.DivClassName
{
background-color: #AC327F;
}
.BgClassName
{
background-color: #AC327F;
}
</style>
border-color css
<style>
span { border-color: #AC327F; }
span { border-color: rgb(172,50,127); }
td.TdClassName
{
border-color: #AC327F;
}
.TagClassName
{
border-color: #AC327F;
}
</style>