Shades of Medium Red Violet #AC3272
Tints of Medium Red Violet #AC3272
RGB
CMYK
RGB Variations
Color information
#AC3272 (or 0xAC3272) is known color: Medium Red Violet. HEX triplet: AC, 32 and 72. RGB value is (172,50,114). Sum of RGB (Red+Green+Blue) = 172+50+114=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3272 is #53CD8D. Grayscale: #5D5D5D. Windows color (decimal): -5492110 or 7484076. OLE color: 7484076.
HSL color Cylindrical-coordinate representation of color #AC3272: hue angle of 328.52º 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 #AC3272 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 114 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.33 |
| HSL | 328.52º | 0.55% | 0.44% | - |
| HSV(B) | 328.52º | 0.71% | 0.67% | - |
| XYZ | 21.19 | 12.27 | 17.17 | - |
| YUV | 93.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 114 | 0 | 0.71 | 0.34 | 0.33 | 328.52 | 0.55 | 0.44 |
| Hex | AC | 32 | 72 | 0 | 47 | 22 | 21 | 149 | 37 | 2C |
| Octal | 254 | 62 | 162 | 0 | 107 | 42 | 41 | 511 | 67 | 54 |
| Binary | 10101100 | 110010 | 1110010 | 0 | 1000111 | 100010 | 100001 | 101001001 | 110111 | 101100 |
Color Harmonies of #AC3272
Complementary color
Monochromatic Colors of #AC3272
Black with #AC3272
Text Example
Text Example
White with #AC3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3272; }
p { color: rgb(172,50,114); }
H1.HeaderClassName
{
color: #AC3272;
}
.AnyTagClassName
{
color: #AC3272;
}
</style>
background-color css
<style>
a { background-color: #AC3272; }
a { background-color: rgb(172,50,114); }
div.DivClassName
{
background-color: #AC3272;
}
.BgClassName
{
background-color: #AC3272;
}
</style>
border-color css
<style>
span { border-color: #AC3272; }
span { border-color: rgb(172,50,114); }
td.TdClassName
{
border-color: #AC3272;
}
.TagClassName
{
border-color: #AC3272;
}
</style>