Shades of Medium Red Violet #AC4886
Tints of Medium Red Violet #AC4886
RGB
CMYK
RGB Variations
Color information
#AC4886 (or 0xAC4886) is known color: Medium Red Violet. HEX triplet: AC, 48 and 86. RGB value is (172,72,134). Sum of RGB (Red+Green+Blue) = 172+72+134=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4886 is #53B779. Grayscale: #6C6C6C. Windows color (decimal): -5486458 or 8800428. OLE color: 8800428.
HSL color Cylindrical-coordinate representation of color #AC4886: hue angle of 322.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4886 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 134 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.33 |
| HSL | 322.8º | 0.41% | 0.48% | - |
| HSV(B) | 322.8º | 0.58% | 0.67% | - |
| XYZ | 23.63 | 15.13 | 24.23 | - |
| YUV | 108.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 134 | 0 | 0.58 | 0.22 | 0.33 | 322.8 | 0.41 | 0.48 |
| Hex | AC | 48 | 86 | 0 | 3A | 16 | 21 | 143 | 29 | 30 |
| Octal | 254 | 110 | 206 | 0 | 72 | 26 | 41 | 503 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10000110 | 0 | 111010 | 10110 | 100001 | 101000011 | 101001 | 110000 |
Color Harmonies of #AC4886
Complementary color
Monochromatic Colors of #AC4886
Black with #AC4886
Text Example
Text Example
White with #AC4886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4886; }
p { color: rgb(172,72,134); }
H1.HeaderClassName
{
color: #AC4886;
}
.AnyTagClassName
{
color: #AC4886;
}
</style>
background-color css
<style>
a { background-color: #AC4886; }
a { background-color: rgb(172,72,134); }
div.DivClassName
{
background-color: #AC4886;
}
.BgClassName
{
background-color: #AC4886;
}
</style>
border-color css
<style>
span { border-color: #AC4886; }
span { border-color: rgb(172,72,134); }
td.TdClassName
{
border-color: #AC4886;
}
.TagClassName
{
border-color: #AC4886;
}
</style>