Shades of Medium Red Violet #AC2886
Tints of Medium Red Violet #AC2886
RGB
CMYK
RGB Variations
Color information
#AC2886 (or 0xAC2886) is known color: Medium Red Violet. HEX triplet: AC, 28 and 86. RGB value is (172,40,134). Sum of RGB (Red+Green+Blue) = 172+40+134=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2886 is #53D779. Grayscale: #595959. Windows color (decimal): -5494650 or 8792236. OLE color: 8792236.
HSL color Cylindrical-coordinate representation of color #AC2886: hue angle of 317.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2886 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 134 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.33 |
| HSL | 317.27º | 0.62% | 0.42% | - |
| HSV(B) | 317.27º | 0.77% | 0.67% | - |
| XYZ | 22.08 | 12.01 | 23.71 | - |
| YUV | 90.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 134 | 0 | 0.77 | 0.22 | 0.33 | 317.27 | 0.62 | 0.42 |
| Hex | AC | 28 | 86 | 0 | 4D | 16 | 21 | 13D | 3E | 2A |
| Octal | 254 | 50 | 206 | 0 | 115 | 26 | 41 | 475 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000110 | 0 | 1001101 | 10110 | 100001 | 100111101 | 111110 | 101010 |
Color Harmonies of #AC2886
Complementary color
Monochromatic Colors of #AC2886
Black with #AC2886
Text Example
Text Example
White with #AC2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2886; }
p { color: rgb(172,40,134); }
H1.HeaderClassName
{
color: #AC2886;
}
.AnyTagClassName
{
color: #AC2886;
}
</style>
background-color css
<style>
a { background-color: #AC2886; }
a { background-color: rgb(172,40,134); }
div.DivClassName
{
background-color: #AC2886;
}
.BgClassName
{
background-color: #AC2886;
}
</style>
border-color css
<style>
span { border-color: #AC2886; }
span { border-color: rgb(172,40,134); }
td.TdClassName
{
border-color: #AC2886;
}
.TagClassName
{
border-color: #AC2886;
}
</style>