Shades of Medium Red Violet #AC286F
Tints of Medium Red Violet #AC286F
RGB
CMYK
RGB Variations
Color information
#AC286F (or 0xAC286F) is known color: Medium Red Violet. HEX triplet: AC, 28 and 6F. RGB value is (172,40,111). Sum of RGB (Red+Green+Blue) = 172+40+111=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC286F is #53D790. Grayscale: #575757. Windows color (decimal): -5494673 or 7284908. OLE color: 7284908.
HSL color Cylindrical-coordinate representation of color #AC286F: hue angle of 327.73º 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 #AC286F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 111 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.33 |
| HSL | 327.73º | 0.62% | 0.42% | - |
| HSV(B) | 327.73º | 0.77% | 0.67% | - |
| XYZ | 20.64 | 11.44 | 16.16 | - |
| YUV | 87.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 111 | 0 | 0.77 | 0.35 | 0.33 | 327.73 | 0.62 | 0.42 |
| Hex | AC | 28 | 6F | 0 | 4D | 23 | 21 | 148 | 3E | 2A |
| Octal | 254 | 50 | 157 | 0 | 115 | 43 | 41 | 510 | 76 | 52 |
| Binary | 10101100 | 101000 | 1101111 | 0 | 1001101 | 100011 | 100001 | 101001000 | 111110 | 101010 |
Color Harmonies of #AC286F
Complementary color
Monochromatic Colors of #AC286F
Black with #AC286F
Text Example
Text Example
White with #AC286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC286F; }
p { color: rgb(172,40,111); }
H1.HeaderClassName
{
color: #AC286F;
}
.AnyTagClassName
{
color: #AC286F;
}
</style>
background-color css
<style>
a { background-color: #AC286F; }
a { background-color: rgb(172,40,111); }
div.DivClassName
{
background-color: #AC286F;
}
.BgClassName
{
background-color: #AC286F;
}
</style>
border-color css
<style>
span { border-color: #AC286F; }
span { border-color: rgb(172,40,111); }
td.TdClassName
{
border-color: #AC286F;
}
.TagClassName
{
border-color: #AC286F;
}
</style>