Shades of Medium Red Violet #AC3A89
Tints of Medium Red Violet #AC3A89
RGB
CMYK
RGB Variations
Color information
#AC3A89 (or 0xAC3A89) is known color: Medium Red Violet. HEX triplet: AC, 3A and 89. RGB value is (172,58,137). Sum of RGB (Red+Green+Blue) = 172+58+137=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A89 is #53C576. Grayscale: #646464. Windows color (decimal): -5490039 or 8993452. OLE color: 8993452.
HSL color Cylindrical-coordinate representation of color #AC3A89: hue angle of 318.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A89 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 137 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.33 |
| HSL | 318.42º | 0.5% | 0.45% | - |
| HSV(B) | 318.42º | 0.66% | 0.67% | - |
| XYZ | 23.04 | 13.6 | 25.08 | - |
| YUV | 101.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 137 | 0 | 0.66 | 0.20 | 0.33 | 318.42 | 0.5 | 0.45 |
| Hex | AC | 3A | 89 | 0 | 42 | 14 | 21 | 13E | 32 | 2D |
| Octal | 254 | 72 | 211 | 0 | 102 | 24 | 41 | 476 | 62 | 55 |
| Binary | 10101100 | 111010 | 10001001 | 0 | 1000010 | 10100 | 100001 | 100111110 | 110010 | 101101 |
Color Harmonies of #AC3A89
Complementary color
Monochromatic Colors of #AC3A89
Black with #AC3A89
Text Example
Text Example
White with #AC3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A89; }
p { color: rgb(172,58,137); }
H1.HeaderClassName
{
color: #AC3A89;
}
.AnyTagClassName
{
color: #AC3A89;
}
</style>
background-color css
<style>
a { background-color: #AC3A89; }
a { background-color: rgb(172,58,137); }
div.DivClassName
{
background-color: #AC3A89;
}
.BgClassName
{
background-color: #AC3A89;
}
</style>
border-color css
<style>
span { border-color: #AC3A89; }
span { border-color: rgb(172,58,137); }
td.TdClassName
{
border-color: #AC3A89;
}
.TagClassName
{
border-color: #AC3A89;
}
</style>