Shades of Medium Red Violet #AC278E
Tints of Medium Red Violet #AC278E
RGB
CMYK
RGB Variations
Color information
#AC278E (or 0xAC278E) is known color: Medium Red Violet. HEX triplet: AC, 27 and 8E. RGB value is (172,39,142). Sum of RGB (Red+Green+Blue) = 172+39+142=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC278E is #53D871. Grayscale: #5A5A5A. Windows color (decimal): -5494898 or 9316268. OLE color: 9316268.
HSL color Cylindrical-coordinate representation of color #AC278E: hue angle of 313.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC278E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 142 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.33 |
| HSL | 313.53º | 0.63% | 0.41% | - |
| HSV(B) | 313.53º | 0.77% | 0.67% | - |
| XYZ | 22.62 | 12.17 | 26.75 | - |
| YUV | 90.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 142 | 0 | 0.77 | 0.17 | 0.33 | 313.53 | 0.63 | 0.41 |
| Hex | AC | 27 | 8E | 0 | 4D | 11 | 21 | 13A | 3F | 29 |
| Octal | 254 | 47 | 216 | 0 | 115 | 21 | 41 | 472 | 77 | 51 |
| Binary | 10101100 | 100111 | 10001110 | 0 | 1001101 | 10001 | 100001 | 100111010 | 111111 | 101001 |
Color Harmonies of #AC278E
Complementary color
Monochromatic Colors of #AC278E
Black with #AC278E
Text Example
Text Example
White with #AC278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC278E; }
p { color: rgb(172,39,142); }
H1.HeaderClassName
{
color: #AC278E;
}
.AnyTagClassName
{
color: #AC278E;
}
</style>
background-color css
<style>
a { background-color: #AC278E; }
a { background-color: rgb(172,39,142); }
div.DivClassName
{
background-color: #AC278E;
}
.BgClassName
{
background-color: #AC278E;
}
</style>
border-color css
<style>
span { border-color: #AC278E; }
span { border-color: rgb(172,39,142); }
td.TdClassName
{
border-color: #AC278E;
}
.TagClassName
{
border-color: #AC278E;
}
</style>