Shades of Medium Red Violet #AC3A8E
Tints of Medium Red Violet #AC3A8E
RGB
CMYK
RGB Variations
Color information
#AC3A8E (or 0xAC3A8E) is known color: Medium Red Violet. HEX triplet: AC, 3A and 8E. RGB value is (172,58,142). Sum of RGB (Red+Green+Blue) = 172+58+142=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A8E is #53C571. Grayscale: #656565. Windows color (decimal): -5490034 or 9321132. OLE color: 9321132.
HSL color Cylindrical-coordinate representation of color #AC3A8E: hue angle of 315.79º 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 #AC3A8E is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 142 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.33 |
| HSL | 315.79º | 0.5% | 0.45% | - |
| HSV(B) | 315.79º | 0.66% | 0.67% | - |
| XYZ | 23.41 | 13.75 | 27.01 | - |
| YUV | 101.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 142 | 0 | 0.66 | 0.17 | 0.33 | 315.79 | 0.5 | 0.45 |
| Hex | AC | 3A | 8E | 0 | 42 | 11 | 21 | 13C | 32 | 2D |
| Octal | 254 | 72 | 216 | 0 | 102 | 21 | 41 | 474 | 62 | 55 |
| Binary | 10101100 | 111010 | 10001110 | 0 | 1000010 | 10001 | 100001 | 100111100 | 110010 | 101101 |
Color Harmonies of #AC3A8E
Complementary color
Monochromatic Colors of #AC3A8E
Black with #AC3A8E
Text Example
Text Example
White with #AC3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A8E; }
p { color: rgb(172,58,142); }
H1.HeaderClassName
{
color: #AC3A8E;
}
.AnyTagClassName
{
color: #AC3A8E;
}
</style>
background-color css
<style>
a { background-color: #AC3A8E; }
a { background-color: rgb(172,58,142); }
div.DivClassName
{
background-color: #AC3A8E;
}
.BgClassName
{
background-color: #AC3A8E;
}
</style>
border-color css
<style>
span { border-color: #AC3A8E; }
span { border-color: rgb(172,58,142); }
td.TdClassName
{
border-color: #AC3A8E;
}
.TagClassName
{
border-color: #AC3A8E;
}
</style>