Shades of Medium Red Violet #AC3A9F
Tints of Medium Red Violet #AC3A9F
RGB
CMYK
RGB Variations
Color information
#AC3A9F (or 0xAC3A9F) is known color: Medium Red Violet. HEX triplet: AC, 3A and 9F. RGB value is (172,58,159). Sum of RGB (Red+Green+Blue) = 172+58+159=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A9F is #53C560. Grayscale: #676767. Windows color (decimal): -5490017 or 10435244. OLE color: 10435244.
HSL color Cylindrical-coordinate representation of color #AC3A9F: hue angle of 306.84º 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 #AC3A9F is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 159 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.33 |
| HSL | 306.84º | 0.5% | 0.45% | - |
| HSV(B) | 306.84º | 0.66% | 0.67% | - |
| XYZ | 24.78 | 14.3 | 34.25 | - |
| YUV | 103.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 159 | 0 | 0.66 | 0.08 | 0.33 | 306.84 | 0.5 | 0.45 |
| Hex | AC | 3A | 9F | 0 | 42 | 8 | 21 | 133 | 32 | 2D |
| Octal | 254 | 72 | 237 | 0 | 102 | 10 | 41 | 463 | 62 | 55 |
| Binary | 10101100 | 111010 | 10011111 | 0 | 1000010 | 1000 | 100001 | 100110011 | 110010 | 101101 |
Color Harmonies of #AC3A9F
Complementary color
Monochromatic Colors of #AC3A9F
Black with #AC3A9F
Text Example
Text Example
White with #AC3A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A9F; }
p { color: rgb(172,58,159); }
H1.HeaderClassName
{
color: #AC3A9F;
}
.AnyTagClassName
{
color: #AC3A9F;
}
</style>
background-color css
<style>
a { background-color: #AC3A9F; }
a { background-color: rgb(172,58,159); }
div.DivClassName
{
background-color: #AC3A9F;
}
.BgClassName
{
background-color: #AC3A9F;
}
</style>
border-color css
<style>
span { border-color: #AC3A9F; }
span { border-color: rgb(172,58,159); }
td.TdClassName
{
border-color: #AC3A9F;
}
.TagClassName
{
border-color: #AC3A9F;
}
</style>