Shades of Medium Red Violet #AC2093
Tints of Medium Red Violet #AC2093
RGB
CMYK
RGB Variations
Color information
#AC2093 (or 0xAC2093) is known color: Medium Red Violet. HEX triplet: AC, 20 and 93. RGB value is (172,32,147). Sum of RGB (Red+Green+Blue) = 172+32+147=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2093 is #53DF6C. Grayscale: #565656. Windows color (decimal): -5496685 or 9642156. OLE color: 9642156.
HSL color Cylindrical-coordinate representation of color #AC2093: hue angle of 310.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2093 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 147 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.33 |
| HSL | 310.71º | 0.69% | 0.4% | - |
| HSV(B) | 310.71º | 0.81% | 0.67% | - |
| XYZ | 22.8 | 11.91 | 28.7 | - |
| YUV | 86.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 147 | 0 | 0.81 | 0.15 | 0.33 | 310.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 93 | 0 | 51 | F | 21 | 137 | 45 | 28 |
| Octal | 254 | 40 | 223 | 0 | 121 | 17 | 41 | 467 | 105 | 50 |
| Binary | 10101100 | 100000 | 10010011 | 0 | 1010001 | 1111 | 100001 | 100110111 | 1000101 | 101000 |
Color Harmonies of #AC2093
Complementary color
Monochromatic Colors of #AC2093
Black with #AC2093
Text Example
Text Example
White with #AC2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2093; }
p { color: rgb(172,32,147); }
H1.HeaderClassName
{
color: #AC2093;
}
.AnyTagClassName
{
color: #AC2093;
}
</style>
background-color css
<style>
a { background-color: #AC2093; }
a { background-color: rgb(172,32,147); }
div.DivClassName
{
background-color: #AC2093;
}
.BgClassName
{
background-color: #AC2093;
}
</style>
border-color css
<style>
span { border-color: #AC2093; }
span { border-color: rgb(172,32,147); }
td.TdClassName
{
border-color: #AC2093;
}
.TagClassName
{
border-color: #AC2093;
}
</style>