Shades of Medium Red Violet #AC337D
Tints of Medium Red Violet #AC337D
RGB
CMYK
RGB Variations
Color information
#AC337D (or 0xAC337D) is known color: Medium Red Violet. HEX triplet: AC, 33 and 7D. RGB value is (172,51,125). Sum of RGB (Red+Green+Blue) = 172+51+125=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC337D is #53CC82. Grayscale: #5F5F5F. Windows color (decimal): -5491843 or 8205228. OLE color: 8205228.
HSL color Cylindrical-coordinate representation of color #AC337D: hue angle of 323.31º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC337D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 125 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.33 |
| HSL | 323.31º | 0.54% | 0.44% | - |
| HSV(B) | 323.31º | 0.7% | 0.67% | - |
| XYZ | 21.9 | 12.62 | 20.68 | - |
| YUV | 95.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 125 | 0 | 0.70 | 0.27 | 0.33 | 323.31 | 0.54 | 0.44 |
| Hex | AC | 33 | 7D | 0 | 46 | 1B | 21 | 143 | 36 | 2C |
| Octal | 254 | 63 | 175 | 0 | 106 | 33 | 41 | 503 | 66 | 54 |
| Binary | 10101100 | 110011 | 1111101 | 0 | 1000110 | 11011 | 100001 | 101000011 | 110110 | 101100 |
Color Harmonies of #AC337D
Complementary color
Monochromatic Colors of #AC337D
Black with #AC337D
Text Example
Text Example
White with #AC337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC337D; }
p { color: rgb(172,51,125); }
H1.HeaderClassName
{
color: #AC337D;
}
.AnyTagClassName
{
color: #AC337D;
}
</style>
background-color css
<style>
a { background-color: #AC337D; }
a { background-color: rgb(172,51,125); }
div.DivClassName
{
background-color: #AC337D;
}
.BgClassName
{
background-color: #AC337D;
}
</style>
border-color css
<style>
span { border-color: #AC337D; }
span { border-color: rgb(172,51,125); }
td.TdClassName
{
border-color: #AC337D;
}
.TagClassName
{
border-color: #AC337D;
}
</style>