Shades of Medium Red Violet #AC478E
Tints of Medium Red Violet #AC478E
RGB
CMYK
RGB Variations
Color information
#AC478E (or 0xAC478E) is known color: Medium Red Violet. HEX triplet: AC, 47 and 8E. RGB value is (172,71,142). Sum of RGB (Red+Green+Blue) = 172+71+142=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC478E is #53B871. Grayscale: #6D6D6D. Windows color (decimal): -5486706 or 9324460. OLE color: 9324460.
HSL color Cylindrical-coordinate representation of color #AC478E: hue angle of 317.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC478E is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 142 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.33 |
| HSL | 317.82º | 0.42% | 0.48% | - |
| HSV(B) | 317.82º | 0.59% | 0.67% | - |
| XYZ | 24.15 | 15.23 | 27.26 | - |
| YUV | 109.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 142 | 0 | 0.59 | 0.17 | 0.33 | 317.82 | 0.42 | 0.48 |
| Hex | AC | 47 | 8E | 0 | 3B | 11 | 21 | 13E | 2A | 30 |
| Octal | 254 | 107 | 216 | 0 | 73 | 21 | 41 | 476 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10001110 | 0 | 111011 | 10001 | 100001 | 100111110 | 101010 | 110000 |
Color Harmonies of #AC478E
Complementary color
Monochromatic Colors of #AC478E
Black with #AC478E
Text Example
Text Example
White with #AC478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC478E; }
p { color: rgb(172,71,142); }
H1.HeaderClassName
{
color: #AC478E;
}
.AnyTagClassName
{
color: #AC478E;
}
</style>
background-color css
<style>
a { background-color: #AC478E; }
a { background-color: rgb(172,71,142); }
div.DivClassName
{
background-color: #AC478E;
}
.BgClassName
{
background-color: #AC478E;
}
</style>
border-color css
<style>
span { border-color: #AC478E; }
span { border-color: rgb(172,71,142); }
td.TdClassName
{
border-color: #AC478E;
}
.TagClassName
{
border-color: #AC478E;
}
</style>