Shades of Medium Red Violet #AC2192
Tints of Medium Red Violet #AC2192
RGB
CMYK
RGB Variations
Color information
#AC2192 (or 0xAC2192) is known color: Medium Red Violet. HEX triplet: AC, 21 and 92. RGB value is (172,33,146). Sum of RGB (Red+Green+Blue) = 172+33+146=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2192 is #53DE6D. Grayscale: #575757. Windows color (decimal): -5496430 or 9576876. OLE color: 9576876.
HSL color Cylindrical-coordinate representation of color #AC2192: hue angle of 311.22º degrees, saturation: 0.68, 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 #AC2192 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 146 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.33 |
| HSL | 311.22º | 0.68% | 0.4% | - |
| HSV(B) | 311.22º | 0.81% | 0.67% | - |
| XYZ | 22.75 | 11.93 | 28.3 | - |
| YUV | 87.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 146 | 0 | 0.81 | 0.15 | 0.33 | 311.22 | 0.68 | 0.4 |
| Hex | AC | 21 | 92 | 0 | 51 | F | 21 | 137 | 44 | 28 |
| Octal | 254 | 41 | 222 | 0 | 121 | 17 | 41 | 467 | 104 | 50 |
| Binary | 10101100 | 100001 | 10010010 | 0 | 1010001 | 1111 | 100001 | 100110111 | 1000100 | 101000 |
Color Harmonies of #AC2192
Complementary color
Monochromatic Colors of #AC2192
Black with #AC2192
Text Example
Text Example
White with #AC2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2192; }
p { color: rgb(172,33,146); }
H1.HeaderClassName
{
color: #AC2192;
}
.AnyTagClassName
{
color: #AC2192;
}
</style>
background-color css
<style>
a { background-color: #AC2192; }
a { background-color: rgb(172,33,146); }
div.DivClassName
{
background-color: #AC2192;
}
.BgClassName
{
background-color: #AC2192;
}
</style>
border-color css
<style>
span { border-color: #AC2192; }
span { border-color: rgb(172,33,146); }
td.TdClassName
{
border-color: #AC2192;
}
.TagClassName
{
border-color: #AC2192;
}
</style>