Shades of Medium Red Violet #AC2098
Tints of Medium Red Violet #AC2098
RGB
CMYK
RGB Variations
Color information
#AC2098 (or 0xAC2098) is known color: Medium Red Violet. HEX triplet: AC, 20 and 98. RGB value is (172,32,152). Sum of RGB (Red+Green+Blue) = 172+32+152=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2098 is #53DF67. Grayscale: #575757. Windows color (decimal): -5496680 or 9969836. OLE color: 9969836.
HSL color Cylindrical-coordinate representation of color #AC2098: hue angle of 308.57º 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 #AC2098 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 152 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.33 |
| HSL | 308.57º | 0.69% | 0.4% | - |
| HSV(B) | 308.57º | 0.81% | 0.67% | - |
| XYZ | 23.2 | 12.07 | 30.81 | - |
| YUV | 87.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 152 | 0 | 0.81 | 0.12 | 0.33 | 308.57 | 0.69 | 0.4 |
| Hex | AC | 20 | 98 | 0 | 51 | C | 21 | 135 | 45 | 28 |
| Octal | 254 | 40 | 230 | 0 | 121 | 14 | 41 | 465 | 105 | 50 |
| Binary | 10101100 | 100000 | 10011000 | 0 | 1010001 | 1100 | 100001 | 100110101 | 1000101 | 101000 |
Color Harmonies of #AC2098
Complementary color
Monochromatic Colors of #AC2098
Black with #AC2098
Text Example
Text Example
White with #AC2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2098; }
p { color: rgb(172,32,152); }
H1.HeaderClassName
{
color: #AC2098;
}
.AnyTagClassName
{
color: #AC2098;
}
</style>
background-color css
<style>
a { background-color: #AC2098; }
a { background-color: rgb(172,32,152); }
div.DivClassName
{
background-color: #AC2098;
}
.BgClassName
{
background-color: #AC2098;
}
</style>
border-color css
<style>
span { border-color: #AC2098; }
span { border-color: rgb(172,32,152); }
td.TdClassName
{
border-color: #AC2098;
}
.TagClassName
{
border-color: #AC2098;
}
</style>