Shades of Medium Red Violet #AC287F
Tints of Medium Red Violet #AC287F
RGB
CMYK
RGB Variations
Color information
#AC287F (or 0xAC287F) is known color: Medium Red Violet. HEX triplet: AC, 28 and 7F. RGB value is (172,40,127). Sum of RGB (Red+Green+Blue) = 172+40+127=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC287F is #53D780. Grayscale: #595959. Windows color (decimal): -5494657 or 8333484. OLE color: 8333484.
HSL color Cylindrical-coordinate representation of color #AC287F: hue angle of 320.45º 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 #AC287F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 127 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.33 |
| HSL | 320.45º | 0.62% | 0.42% | - |
| HSV(B) | 320.45º | 0.77% | 0.67% | - |
| XYZ | 21.6 | 11.82 | 21.22 | - |
| YUV | 89.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 127 | 0 | 0.77 | 0.26 | 0.33 | 320.45 | 0.62 | 0.42 |
| Hex | AC | 28 | 7F | 0 | 4D | 1A | 21 | 140 | 3E | 2A |
| Octal | 254 | 50 | 177 | 0 | 115 | 32 | 41 | 500 | 76 | 52 |
| Binary | 10101100 | 101000 | 1111111 | 0 | 1001101 | 11010 | 100001 | 101000000 | 111110 | 101010 |
Color Harmonies of #AC287F
Complementary color
Monochromatic Colors of #AC287F
Black with #AC287F
Text Example
Text Example
White with #AC287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC287F; }
p { color: rgb(172,40,127); }
H1.HeaderClassName
{
color: #AC287F;
}
.AnyTagClassName
{
color: #AC287F;
}
</style>
background-color css
<style>
a { background-color: #AC287F; }
a { background-color: rgb(172,40,127); }
div.DivClassName
{
background-color: #AC287F;
}
.BgClassName
{
background-color: #AC287F;
}
</style>
border-color css
<style>
span { border-color: #AC287F; }
span { border-color: rgb(172,40,127); }
td.TdClassName
{
border-color: #AC287F;
}
.TagClassName
{
border-color: #AC287F;
}
</style>