Shades of Medium Red Violet #AC2198
Tints of Medium Red Violet #AC2198
RGB
CMYK
RGB Variations
Color information
#AC2198 (or 0xAC2198) is known color: Medium Red Violet. HEX triplet: AC, 21 and 98. RGB value is (172,33,152). Sum of RGB (Red+Green+Blue) = 172+33+152=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2198 is #53DE67. Grayscale: #575757. Windows color (decimal): -5496424 or 9970092. OLE color: 9970092.
HSL color Cylindrical-coordinate representation of color #AC2198: hue angle of 308.63º 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 #AC2198 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 152 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.33 |
| HSL | 308.63º | 0.68% | 0.4% | - |
| HSV(B) | 308.63º | 0.81% | 0.67% | - |
| XYZ | 23.22 | 12.13 | 30.82 | - |
| YUV | 88.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 152 | 0 | 0.81 | 0.12 | 0.33 | 308.63 | 0.68 | 0.4 |
| Hex | AC | 21 | 98 | 0 | 51 | C | 21 | 135 | 44 | 28 |
| Octal | 254 | 41 | 230 | 0 | 121 | 14 | 41 | 465 | 104 | 50 |
| Binary | 10101100 | 100001 | 10011000 | 0 | 1010001 | 1100 | 100001 | 100110101 | 1000100 | 101000 |
Color Harmonies of #AC2198
Complementary color
Monochromatic Colors of #AC2198
Black with #AC2198
Text Example
Text Example
White with #AC2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2198; }
p { color: rgb(172,33,152); }
H1.HeaderClassName
{
color: #AC2198;
}
.AnyTagClassName
{
color: #AC2198;
}
</style>
background-color css
<style>
a { background-color: #AC2198; }
a { background-color: rgb(172,33,152); }
div.DivClassName
{
background-color: #AC2198;
}
.BgClassName
{
background-color: #AC2198;
}
</style>
border-color css
<style>
span { border-color: #AC2198; }
span { border-color: rgb(172,33,152); }
td.TdClassName
{
border-color: #AC2198;
}
.TagClassName
{
border-color: #AC2198;
}
</style>