Shades of Medium Red Violet #AC2894
Tints of Medium Red Violet #AC2894
RGB
CMYK
RGB Variations
Color information
#AC2894 (or 0xAC2894) is known color: Medium Red Violet. HEX triplet: AC, 28 and 94. RGB value is (172,40,148). Sum of RGB (Red+Green+Blue) = 172+40+148=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2894 is #53D76B. Grayscale: #5B5B5B. Windows color (decimal): -5494636 or 9709740. OLE color: 9709740.
HSL color Cylindrical-coordinate representation of color #AC2894: hue angle of 310.91º 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 #AC2894 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 148 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.33 |
| HSL | 310.91º | 0.62% | 0.42% | - |
| HSV(B) | 310.91º | 0.77% | 0.67% | - |
| XYZ | 23.12 | 12.43 | 29.2 | - |
| YUV | 91.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 148 | 0 | 0.77 | 0.14 | 0.33 | 310.91 | 0.62 | 0.42 |
| Hex | AC | 28 | 94 | 0 | 4D | E | 21 | 137 | 3E | 2A |
| Octal | 254 | 50 | 224 | 0 | 115 | 16 | 41 | 467 | 76 | 52 |
| Binary | 10101100 | 101000 | 10010100 | 0 | 1001101 | 1110 | 100001 | 100110111 | 111110 | 101010 |
Color Harmonies of #AC2894
Complementary color
Monochromatic Colors of #AC2894
Black with #AC2894
Text Example
Text Example
White with #AC2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2894; }
p { color: rgb(172,40,148); }
H1.HeaderClassName
{
color: #AC2894;
}
.AnyTagClassName
{
color: #AC2894;
}
</style>
background-color css
<style>
a { background-color: #AC2894; }
a { background-color: rgb(172,40,148); }
div.DivClassName
{
background-color: #AC2894;
}
.BgClassName
{
background-color: #AC2894;
}
</style>
border-color css
<style>
span { border-color: #AC2894; }
span { border-color: rgb(172,40,148); }
td.TdClassName
{
border-color: #AC2894;
}
.TagClassName
{
border-color: #AC2894;
}
</style>