Shades of Medium Red Violet #AC328A
Tints of Medium Red Violet #AC328A
RGB
CMYK
RGB Variations
Color information
#AC328A (or 0xAC328A) is known color: Medium Red Violet. HEX triplet: AC, 32 and 8A. RGB value is (172,50,138). Sum of RGB (Red+Green+Blue) = 172+50+138=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC328A is #53CD75. Grayscale: #606060. Windows color (decimal): -5492086 or 9056940. OLE color: 9056940.
HSL color Cylindrical-coordinate representation of color #AC328A: hue angle of 316.72º 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 #AC328A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 138 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.33 |
| HSL | 316.72º | 0.55% | 0.44% | - |
| HSV(B) | 316.72º | 0.71% | 0.67% | - |
| XYZ | 22.74 | 12.89 | 25.33 | - |
| YUV | 96.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 138 | 0 | 0.71 | 0.20 | 0.33 | 316.72 | 0.55 | 0.44 |
| Hex | AC | 32 | 8A | 0 | 47 | 14 | 21 | 13D | 37 | 2C |
| Octal | 254 | 62 | 212 | 0 | 107 | 24 | 41 | 475 | 67 | 54 |
| Binary | 10101100 | 110010 | 10001010 | 0 | 1000111 | 10100 | 100001 | 100111101 | 110111 | 101100 |
Color Harmonies of #AC328A
Complementary color
Monochromatic Colors of #AC328A
Black with #AC328A
Text Example
Text Example
White with #AC328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC328A; }
p { color: rgb(172,50,138); }
H1.HeaderClassName
{
color: #AC328A;
}
.AnyTagClassName
{
color: #AC328A;
}
</style>
background-color css
<style>
a { background-color: #AC328A; }
a { background-color: rgb(172,50,138); }
div.DivClassName
{
background-color: #AC328A;
}
.BgClassName
{
background-color: #AC328A;
}
</style>
border-color css
<style>
span { border-color: #AC328A; }
span { border-color: rgb(172,50,138); }
td.TdClassName
{
border-color: #AC328A;
}
.TagClassName
{
border-color: #AC328A;
}
</style>