Shades of Medium Red Violet #AC1E93
Tints of Medium Red Violet #AC1E93
RGB
CMYK
RGB Variations
Color information
#AC1E93 (or 0xAC1E93) is known color: Medium Red Violet. HEX triplet: AC, 1E and 93. RGB value is (172,30,147). Sum of RGB (Red+Green+Blue) = 172+30+147=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1E93 is #53E16C. Grayscale: #555555. Windows color (decimal): -5497197 or 9641644. OLE color: 9641644.
HSL color Cylindrical-coordinate representation of color #AC1E93: hue angle of 310.56º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E93 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 147 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.33 |
| HSL | 310.56º | 0.7% | 0.4% | - |
| HSV(B) | 310.56º | 0.83% | 0.67% | - |
| XYZ | 22.74 | 11.81 | 28.68 | - |
| YUV | 85.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 147 | 0 | 0.83 | 0.15 | 0.33 | 310.56 | 0.7 | 0.4 |
| Hex | AC | 1E | 93 | 0 | 53 | F | 21 | 137 | 46 | 28 |
| Octal | 254 | 36 | 223 | 0 | 123 | 17 | 41 | 467 | 106 | 50 |
| Binary | 10101100 | 11110 | 10010011 | 0 | 1010011 | 1111 | 100001 | 100110111 | 1000110 | 101000 |
Color Harmonies of #AC1E93
Complementary color
Monochromatic Colors of #AC1E93
Black with #AC1E93
Text Example
Text Example
White with #AC1E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1E93; }
p { color: rgb(172,30,147); }
H1.HeaderClassName
{
color: #AC1E93;
}
.AnyTagClassName
{
color: #AC1E93;
}
</style>
background-color css
<style>
a { background-color: #AC1E93; }
a { background-color: rgb(172,30,147); }
div.DivClassName
{
background-color: #AC1E93;
}
.BgClassName
{
background-color: #AC1E93;
}
</style>
border-color css
<style>
span { border-color: #AC1E93; }
span { border-color: rgb(172,30,147); }
td.TdClassName
{
border-color: #AC1E93;
}
.TagClassName
{
border-color: #AC1E93;
}
</style>