Shades of Medium Red Violet #AC4590
Tints of Medium Red Violet #AC4590
RGB
CMYK
RGB Variations
Color information
#AC4590 (or 0xAC4590) is known color: Medium Red Violet. HEX triplet: AC, 45 and 90. RGB value is (172,69,144). Sum of RGB (Red+Green+Blue) = 172+69+144=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4590 is #53BA6F. Grayscale: #6C6C6C. Windows color (decimal): -5487216 or 9455020. OLE color: 9455020.
HSL color Cylindrical-coordinate representation of color #AC4590: hue angle of 316.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4590 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 144 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.33 |
| HSL | 316.31º | 0.43% | 0.47% | - |
| HSV(B) | 316.31º | 0.6% | 0.67% | - |
| XYZ | 24.18 | 15.04 | 28.01 | - |
| YUV | 108.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 144 | 0 | 0.60 | 0.16 | 0.33 | 316.31 | 0.43 | 0.47 |
| Hex | AC | 45 | 90 | 0 | 3C | 10 | 21 | 13C | 2B | 2F |
| Octal | 254 | 105 | 220 | 0 | 74 | 20 | 41 | 474 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10010000 | 0 | 111100 | 10000 | 100001 | 100111100 | 101011 | 101111 |
Color Harmonies of #AC4590
Complementary color
Monochromatic Colors of #AC4590
Black with #AC4590
Text Example
Text Example
White with #AC4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4590; }
p { color: rgb(172,69,144); }
H1.HeaderClassName
{
color: #AC4590;
}
.AnyTagClassName
{
color: #AC4590;
}
</style>
background-color css
<style>
a { background-color: #AC4590; }
a { background-color: rgb(172,69,144); }
div.DivClassName
{
background-color: #AC4590;
}
.BgClassName
{
background-color: #AC4590;
}
</style>
border-color css
<style>
span { border-color: #AC4590; }
span { border-color: rgb(172,69,144); }
td.TdClassName
{
border-color: #AC4590;
}
.TagClassName
{
border-color: #AC4590;
}
</style>