Shades of Medium Red Violet #AC478F
Tints of Medium Red Violet #AC478F
RGB
CMYK
RGB Variations
Color information
#AC478F (or 0xAC478F) is known color: Medium Red Violet. HEX triplet: AC, 47 and 8F. RGB value is (172,71,143). Sum of RGB (Red+Green+Blue) = 172+71+143=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC478F is #53B870. Grayscale: #6D6D6D. Windows color (decimal): -5486705 or 9389996. OLE color: 9389996.
HSL color Cylindrical-coordinate representation of color #AC478F: hue angle of 317.23º 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 #AC478F is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 143 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.33 |
| HSL | 317.23º | 0.42% | 0.48% | - |
| HSV(B) | 317.23º | 0.59% | 0.67% | - |
| XYZ | 24.22 | 15.26 | 27.66 | - |
| YUV | 109.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 143 | 0 | 0.59 | 0.17 | 0.33 | 317.23 | 0.42 | 0.48 |
| Hex | AC | 47 | 8F | 0 | 3B | 11 | 21 | 13D | 2A | 30 |
| Octal | 254 | 107 | 217 | 0 | 73 | 21 | 41 | 475 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10001111 | 0 | 111011 | 10001 | 100001 | 100111101 | 101010 | 110000 |
Color Harmonies of #AC478F
Complementary color
Monochromatic Colors of #AC478F
Black with #AC478F
Text Example
Text Example
White with #AC478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC478F; }
p { color: rgb(172,71,143); }
H1.HeaderClassName
{
color: #AC478F;
}
.AnyTagClassName
{
color: #AC478F;
}
</style>
background-color css
<style>
a { background-color: #AC478F; }
a { background-color: rgb(172,71,143); }
div.DivClassName
{
background-color: #AC478F;
}
.BgClassName
{
background-color: #AC478F;
}
</style>
border-color css
<style>
span { border-color: #AC478F; }
span { border-color: rgb(172,71,143); }
td.TdClassName
{
border-color: #AC478F;
}
.TagClassName
{
border-color: #AC478F;
}
</style>