Shades of Medium Red Violet #AC338E
Tints of Medium Red Violet #AC338E
RGB
CMYK
RGB Variations
Color information
#AC338E (or 0xAC338E) is known color: Medium Red Violet. HEX triplet: AC, 33 and 8E. RGB value is (172,51,142). Sum of RGB (Red+Green+Blue) = 172+51+142=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC338E is #53CC71. Grayscale: #616161. Windows color (decimal): -5491826 or 9319340. OLE color: 9319340.
HSL color Cylindrical-coordinate representation of color #AC338E: hue angle of 314.88º 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 #AC338E is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 142 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.33 |
| HSL | 314.88º | 0.54% | 0.44% | - |
| HSV(B) | 314.88º | 0.7% | 0.67% | - |
| XYZ | 23.08 | 13.09 | 26.9 | - |
| YUV | 97.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 142 | 0 | 0.70 | 0.17 | 0.33 | 314.88 | 0.54 | 0.44 |
| Hex | AC | 33 | 8E | 0 | 46 | 11 | 21 | 13B | 36 | 2C |
| Octal | 254 | 63 | 216 | 0 | 106 | 21 | 41 | 473 | 66 | 54 |
| Binary | 10101100 | 110011 | 10001110 | 0 | 1000110 | 10001 | 100001 | 100111011 | 110110 | 101100 |
Color Harmonies of #AC338E
Complementary color
Monochromatic Colors of #AC338E
Black with #AC338E
Text Example
Text Example
White with #AC338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC338E; }
p { color: rgb(172,51,142); }
H1.HeaderClassName
{
color: #AC338E;
}
.AnyTagClassName
{
color: #AC338E;
}
</style>
background-color css
<style>
a { background-color: #AC338E; }
a { background-color: rgb(172,51,142); }
div.DivClassName
{
background-color: #AC338E;
}
.BgClassName
{
background-color: #AC338E;
}
</style>
border-color css
<style>
span { border-color: #AC338E; }
span { border-color: rgb(172,51,142); }
td.TdClassName
{
border-color: #AC338E;
}
.TagClassName
{
border-color: #AC338E;
}
</style>