Shades of Medium Red Violet #AC338A
Tints of Medium Red Violet #AC338A
RGB
CMYK
RGB Variations
Color information
#AC338A (or 0xAC338A) is known color: Medium Red Violet. HEX triplet: AC, 33 and 8A. RGB value is (172,51,138). Sum of RGB (Red+Green+Blue) = 172+51+138=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC338A is #53CC75. Grayscale: #606060. Windows color (decimal): -5491830 or 9057196. OLE color: 9057196.
HSL color Cylindrical-coordinate representation of color #AC338A: hue angle of 316.86º 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 #AC338A is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 138 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.33 |
| HSL | 316.86º | 0.54% | 0.44% | - |
| HSV(B) | 316.86º | 0.7% | 0.67% | - |
| XYZ | 22.78 | 12.97 | 25.35 | - |
| YUV | 97.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 138 | 0 | 0.70 | 0.20 | 0.33 | 316.86 | 0.54 | 0.44 |
| Hex | AC | 33 | 8A | 0 | 46 | 14 | 21 | 13D | 36 | 2C |
| Octal | 254 | 63 | 212 | 0 | 106 | 24 | 41 | 475 | 66 | 54 |
| Binary | 10101100 | 110011 | 10001010 | 0 | 1000110 | 10100 | 100001 | 100111101 | 110110 | 101100 |
Color Harmonies of #AC338A
Complementary color
Monochromatic Colors of #AC338A
Black with #AC338A
Text Example
Text Example
White with #AC338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC338A; }
p { color: rgb(172,51,138); }
H1.HeaderClassName
{
color: #AC338A;
}
.AnyTagClassName
{
color: #AC338A;
}
</style>
background-color css
<style>
a { background-color: #AC338A; }
a { background-color: rgb(172,51,138); }
div.DivClassName
{
background-color: #AC338A;
}
.BgClassName
{
background-color: #AC338A;
}
</style>
border-color css
<style>
span { border-color: #AC338A; }
span { border-color: rgb(172,51,138); }
td.TdClassName
{
border-color: #AC338A;
}
.TagClassName
{
border-color: #AC338A;
}
</style>