Shades of Medium Red Violet #AC4890
Tints of Medium Red Violet #AC4890
RGB
CMYK
RGB Variations
Color information
#AC4890 (or 0xAC4890) is known color: Medium Red Violet. HEX triplet: AC, 48 and 90. RGB value is (172,72,144). Sum of RGB (Red+Green+Blue) = 172+72+144=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4890 is #53B76F. Grayscale: #6D6D6D. Windows color (decimal): -5486448 or 9455788. OLE color: 9455788.
HSL color Cylindrical-coordinate representation of color #AC4890: hue angle of 316.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 #AC4890 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 144 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.33 |
| HSL | 316.8º | 0.41% | 0.48% | - |
| HSV(B) | 316.8º | 0.58% | 0.67% | - |
| XYZ | 24.36 | 15.42 | 28.08 | - |
| YUV | 110.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 144 | 0 | 0.58 | 0.16 | 0.33 | 316.8 | 0.41 | 0.48 |
| Hex | AC | 48 | 90 | 0 | 3A | 10 | 21 | 13D | 29 | 30 |
| Octal | 254 | 110 | 220 | 0 | 72 | 20 | 41 | 475 | 51 | 60 |
| Binary | 10101100 | 1001000 | 10010000 | 0 | 111010 | 10000 | 100001 | 100111101 | 101001 | 110000 |
Color Harmonies of #AC4890
Complementary color
Monochromatic Colors of #AC4890
Black with #AC4890
Text Example
Text Example
White with #AC4890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4890; }
p { color: rgb(172,72,144); }
H1.HeaderClassName
{
color: #AC4890;
}
.AnyTagClassName
{
color: #AC4890;
}
</style>
background-color css
<style>
a { background-color: #AC4890; }
a { background-color: rgb(172,72,144); }
div.DivClassName
{
background-color: #AC4890;
}
.BgClassName
{
background-color: #AC4890;
}
</style>
border-color css
<style>
span { border-color: #AC4890; }
span { border-color: rgb(172,72,144); }
td.TdClassName
{
border-color: #AC4890;
}
.TagClassName
{
border-color: #AC4890;
}
</style>