Shades of Medium Red Violet #AC289F
Tints of Medium Red Violet #AC289F
RGB
CMYK
RGB Variations
Color information
#AC289F (or 0xAC289F) is known color: Medium Red Violet. HEX triplet: AC, 28 and 9F. RGB value is (172,40,159). Sum of RGB (Red+Green+Blue) = 172+40+159=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC289F is #53D760. Grayscale: #5C5C5C. Windows color (decimal): -5494625 or 10430636. OLE color: 10430636.
HSL color Cylindrical-coordinate representation of color #AC289F: hue angle of 305.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 #AC289F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 159 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.33 |
| HSL | 305.91º | 0.62% | 0.42% | - |
| HSV(B) | 305.91º | 0.77% | 0.67% | - |
| XYZ | 24.03 | 12.79 | 34 | - |
| YUV | 93.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 159 | 0 | 0.77 | 0.08 | 0.33 | 305.91 | 0.62 | 0.42 |
| Hex | AC | 28 | 9F | 0 | 4D | 8 | 21 | 132 | 3E | 2A |
| Octal | 254 | 50 | 237 | 0 | 115 | 10 | 41 | 462 | 76 | 52 |
| Binary | 10101100 | 101000 | 10011111 | 0 | 1001101 | 1000 | 100001 | 100110010 | 111110 | 101010 |
Color Harmonies of #AC289F
Complementary color
Monochromatic Colors of #AC289F
Black with #AC289F
Text Example
Text Example
White with #AC289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC289F; }
p { color: rgb(172,40,159); }
H1.HeaderClassName
{
color: #AC289F;
}
.AnyTagClassName
{
color: #AC289F;
}
</style>
background-color css
<style>
a { background-color: #AC289F; }
a { background-color: rgb(172,40,159); }
div.DivClassName
{
background-color: #AC289F;
}
.BgClassName
{
background-color: #AC289F;
}
</style>
border-color css
<style>
span { border-color: #AC289F; }
span { border-color: rgb(172,40,159); }
td.TdClassName
{
border-color: #AC289F;
}
.TagClassName
{
border-color: #AC289F;
}
</style>