Shades of Medium Red Violet #AC2197
Tints of Medium Red Violet #AC2197
RGB
CMYK
RGB Variations
Color information
#AC2197 (or 0xAC2197) is known color: Medium Red Violet. HEX triplet: AC, 21 and 97. RGB value is (172,33,151). Sum of RGB (Red+Green+Blue) = 172+33+151=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2197 is #53DE68. Grayscale: #575757. Windows color (decimal): -5496425 or 9904556. OLE color: 9904556.
HSL color Cylindrical-coordinate representation of color #AC2197: hue angle of 309.06º 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 #AC2197 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 151 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.33 |
| HSL | 309.06º | 0.68% | 0.4% | - |
| HSV(B) | 309.06º | 0.81% | 0.67% | - |
| XYZ | 23.14 | 12.09 | 30.39 | - |
| YUV | 88.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 151 | 0 | 0.81 | 0.12 | 0.33 | 309.06 | 0.68 | 0.4 |
| Hex | AC | 21 | 97 | 0 | 51 | C | 21 | 135 | 44 | 28 |
| Octal | 254 | 41 | 227 | 0 | 121 | 14 | 41 | 465 | 104 | 50 |
| Binary | 10101100 | 100001 | 10010111 | 0 | 1010001 | 1100 | 100001 | 100110101 | 1000100 | 101000 |
Color Harmonies of #AC2197
Complementary color
Monochromatic Colors of #AC2197
Black with #AC2197
Text Example
Text Example
White with #AC2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2197; }
p { color: rgb(172,33,151); }
H1.HeaderClassName
{
color: #AC2197;
}
.AnyTagClassName
{
color: #AC2197;
}
</style>
background-color css
<style>
a { background-color: #AC2197; }
a { background-color: rgb(172,33,151); }
div.DivClassName
{
background-color: #AC2197;
}
.BgClassName
{
background-color: #AC2197;
}
</style>
border-color css
<style>
span { border-color: #AC2197; }
span { border-color: rgb(172,33,151); }
td.TdClassName
{
border-color: #AC2197;
}
.TagClassName
{
border-color: #AC2197;
}
</style>