Shades of Medium Red Violet #AC4390
Tints of Medium Red Violet #AC4390
RGB
CMYK
RGB Variations
Color information
#AC4390 (or 0xAC4390) is known color: Medium Red Violet. HEX triplet: AC, 43 and 90. RGB value is (172,67,144). Sum of RGB (Red+Green+Blue) = 172+67+144=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4390 is #53BC6F. Grayscale: #6A6A6A. Windows color (decimal): -5487728 or 9454508. OLE color: 9454508.
HSL color Cylindrical-coordinate representation of color #AC4390: hue angle of 316º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4390 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 144 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.33 |
| HSL | 316º | 0.44% | 0.47% | - |
| HSV(B) | 316º | 0.61% | 0.67% | - |
| XYZ | 24.05 | 14.8 | 27.97 | - |
| YUV | 107.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 144 | 0 | 0.61 | 0.16 | 0.33 | 316 | 0.44 | 0.47 |
| Hex | AC | 43 | 90 | 0 | 3D | 10 | 21 | 13C | 2C | 2F |
| Octal | 254 | 103 | 220 | 0 | 75 | 20 | 41 | 474 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10010000 | 0 | 111101 | 10000 | 100001 | 100111100 | 101100 | 101111 |
Color Harmonies of #AC4390
Complementary color
Monochromatic Colors of #AC4390
Black with #AC4390
Text Example
Text Example
White with #AC4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4390; }
p { color: rgb(172,67,144); }
H1.HeaderClassName
{
color: #AC4390;
}
.AnyTagClassName
{
color: #AC4390;
}
</style>
background-color css
<style>
a { background-color: #AC4390; }
a { background-color: rgb(172,67,144); }
div.DivClassName
{
background-color: #AC4390;
}
.BgClassName
{
background-color: #AC4390;
}
</style>
border-color css
<style>
span { border-color: #AC4390; }
span { border-color: rgb(172,67,144); }
td.TdClassName
{
border-color: #AC4390;
}
.TagClassName
{
border-color: #AC4390;
}
</style>