Shades of Medium Red Violet #AC286E
Tints of Medium Red Violet #AC286E
RGB
CMYK
RGB Variations
Color information
#AC286E (or 0xAC286E) is known color: Medium Red Violet. HEX triplet: AC, 28 and 6E. RGB value is (172,40,110). Sum of RGB (Red+Green+Blue) = 172+40+110=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC286E is #53D791. Grayscale: #575757. Windows color (decimal): -5494674 or 7219372. OLE color: 7219372.
HSL color Cylindrical-coordinate representation of color #AC286E: hue angle of 328.18º 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 #AC286E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 110 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.33 |
| HSL | 328.18º | 0.62% | 0.42% | - |
| HSV(B) | 328.18º | 0.77% | 0.67% | - |
| XYZ | 20.59 | 11.41 | 15.87 | - |
| YUV | 87.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 110 | 0 | 0.77 | 0.36 | 0.33 | 328.18 | 0.62 | 0.42 |
| Hex | AC | 28 | 6E | 0 | 4D | 24 | 21 | 148 | 3E | 2A |
| Octal | 254 | 50 | 156 | 0 | 115 | 44 | 41 | 510 | 76 | 52 |
| Binary | 10101100 | 101000 | 1101110 | 0 | 1001101 | 100100 | 100001 | 101001000 | 111110 | 101010 |
Color Harmonies of #AC286E
Complementary color
Monochromatic Colors of #AC286E
Black with #AC286E
Text Example
Text Example
White with #AC286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC286E; }
p { color: rgb(172,40,110); }
H1.HeaderClassName
{
color: #AC286E;
}
.AnyTagClassName
{
color: #AC286E;
}
</style>
background-color css
<style>
a { background-color: #AC286E; }
a { background-color: rgb(172,40,110); }
div.DivClassName
{
background-color: #AC286E;
}
.BgClassName
{
background-color: #AC286E;
}
</style>
border-color css
<style>
span { border-color: #AC286E; }
span { border-color: rgb(172,40,110); }
td.TdClassName
{
border-color: #AC286E;
}
.TagClassName
{
border-color: #AC286E;
}
</style>