Shades of Medium Red Violet #AC327A
Tints of Medium Red Violet #AC327A
RGB
CMYK
RGB Variations
Color information
#AC327A (or 0xAC327A) is known color: Medium Red Violet. HEX triplet: AC, 32 and 7A. RGB value is (172,50,122). Sum of RGB (Red+Green+Blue) = 172+50+122=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC327A is #53CD85. Grayscale: #5E5E5E. Windows color (decimal): -5492102 or 8008364. OLE color: 8008364.
HSL color Cylindrical-coordinate representation of color #AC327A: hue angle of 324.59º 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 #AC327A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 122 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.33 |
| HSL | 324.59º | 0.55% | 0.44% | - |
| HSV(B) | 324.59º | 0.71% | 0.67% | - |
| XYZ | 21.67 | 12.46 | 19.67 | - |
| YUV | 94.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 122 | 0 | 0.71 | 0.29 | 0.33 | 324.59 | 0.55 | 0.44 |
| Hex | AC | 32 | 7A | 0 | 47 | 1D | 21 | 145 | 37 | 2C |
| Octal | 254 | 62 | 172 | 0 | 107 | 35 | 41 | 505 | 67 | 54 |
| Binary | 10101100 | 110010 | 1111010 | 0 | 1000111 | 11101 | 100001 | 101000101 | 110111 | 101100 |
Color Harmonies of #AC327A
Complementary color
Monochromatic Colors of #AC327A
Black with #AC327A
Text Example
Text Example
White with #AC327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC327A; }
p { color: rgb(172,50,122); }
H1.HeaderClassName
{
color: #AC327A;
}
.AnyTagClassName
{
color: #AC327A;
}
</style>
background-color css
<style>
a { background-color: #AC327A; }
a { background-color: rgb(172,50,122); }
div.DivClassName
{
background-color: #AC327A;
}
.BgClassName
{
background-color: #AC327A;
}
</style>
border-color css
<style>
span { border-color: #AC327A; }
span { border-color: rgb(172,50,122); }
td.TdClassName
{
border-color: #AC327A;
}
.TagClassName
{
border-color: #AC327A;
}
</style>