Shades of Medium Red Violet #AC288E
Tints of Medium Red Violet #AC288E
RGB
CMYK
RGB Variations
Color information
#AC288E (or 0xAC288E) is known color: Medium Red Violet. HEX triplet: AC, 28 and 8E. RGB value is (172,40,142). Sum of RGB (Red+Green+Blue) = 172+40+142=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC288E is #53D771. Grayscale: #5A5A5A. Windows color (decimal): -5494642 or 9316524. OLE color: 9316524.
HSL color Cylindrical-coordinate representation of color #AC288E: hue angle of 313.64º 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 #AC288E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 142 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.33 |
| HSL | 313.64º | 0.62% | 0.42% | - |
| HSV(B) | 313.64º | 0.77% | 0.67% | - |
| XYZ | 22.65 | 12.24 | 26.76 | - |
| YUV | 91.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 142 | 0 | 0.77 | 0.17 | 0.33 | 313.64 | 0.62 | 0.42 |
| Hex | AC | 28 | 8E | 0 | 4D | 11 | 21 | 13A | 3E | 2A |
| Octal | 254 | 50 | 216 | 0 | 115 | 21 | 41 | 472 | 76 | 52 |
| Binary | 10101100 | 101000 | 10001110 | 0 | 1001101 | 10001 | 100001 | 100111010 | 111110 | 101010 |
Color Harmonies of #AC288E
Complementary color
Monochromatic Colors of #AC288E
Black with #AC288E
Text Example
Text Example
White with #AC288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC288E; }
p { color: rgb(172,40,142); }
H1.HeaderClassName
{
color: #AC288E;
}
.AnyTagClassName
{
color: #AC288E;
}
</style>
background-color css
<style>
a { background-color: #AC288E; }
a { background-color: rgb(172,40,142); }
div.DivClassName
{
background-color: #AC288E;
}
.BgClassName
{
background-color: #AC288E;
}
</style>
border-color css
<style>
span { border-color: #AC288E; }
span { border-color: rgb(172,40,142); }
td.TdClassName
{
border-color: #AC288E;
}
.TagClassName
{
border-color: #AC288E;
}
</style>