Shades of Medium Red Violet #AC2593
Tints of Medium Red Violet #AC2593
RGB
CMYK
RGB Variations
Color information
#AC2593 (or 0xAC2593) is known color: Medium Red Violet. HEX triplet: AC, 25 and 93. RGB value is (172,37,147). Sum of RGB (Red+Green+Blue) = 172+37+147=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2593 is #53DA6C. Grayscale: #595959. Windows color (decimal): -5495405 or 9643436. OLE color: 9643436.
HSL color Cylindrical-coordinate representation of color #AC2593: hue angle of 311.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2593 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 147 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.33 |
| HSL | 311.11º | 0.65% | 0.41% | - |
| HSV(B) | 311.11º | 0.78% | 0.67% | - |
| XYZ | 22.94 | 12.2 | 28.75 | - |
| YUV | 89.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 147 | 0 | 0.78 | 0.15 | 0.33 | 311.11 | 0.65 | 0.41 |
| Hex | AC | 25 | 93 | 0 | 4E | F | 21 | 137 | 41 | 29 |
| Octal | 254 | 45 | 223 | 0 | 116 | 17 | 41 | 467 | 101 | 51 |
| Binary | 10101100 | 100101 | 10010011 | 0 | 1001110 | 1111 | 100001 | 100110111 | 1000001 | 101001 |
Color Harmonies of #AC2593
Complementary color
Monochromatic Colors of #AC2593
Black with #AC2593
Text Example
Text Example
White with #AC2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2593; }
p { color: rgb(172,37,147); }
H1.HeaderClassName
{
color: #AC2593;
}
.AnyTagClassName
{
color: #AC2593;
}
</style>
background-color css
<style>
a { background-color: #AC2593; }
a { background-color: rgb(172,37,147); }
div.DivClassName
{
background-color: #AC2593;
}
.BgClassName
{
background-color: #AC2593;
}
</style>
border-color css
<style>
span { border-color: #AC2593; }
span { border-color: rgb(172,37,147); }
td.TdClassName
{
border-color: #AC2593;
}
.TagClassName
{
border-color: #AC2593;
}
</style>