Shades of Medium Red Violet #AC2898
Tints of Medium Red Violet #AC2898
RGB
CMYK
RGB Variations
Color information
#AC2898 (or 0xAC2898) is known color: Medium Red Violet. HEX triplet: AC, 28 and 98. RGB value is (172,40,152). Sum of RGB (Red+Green+Blue) = 172+40+152=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2898 is #53D767. Grayscale: #5B5B5B. Windows color (decimal): -5494632 or 9971884. OLE color: 9971884.
HSL color Cylindrical-coordinate representation of color #AC2898: hue angle of 309.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2898 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 152 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.33 |
| HSL | 309.09º | 0.62% | 0.42% | - |
| HSV(B) | 309.09º | 0.77% | 0.67% | - |
| XYZ | 23.44 | 12.56 | 30.89 | - |
| YUV | 92.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 152 | 0 | 0.77 | 0.12 | 0.33 | 309.09 | 0.62 | 0.42 |
| Hex | AC | 28 | 98 | 0 | 4D | C | 21 | 135 | 3E | 2A |
| Octal | 254 | 50 | 230 | 0 | 115 | 14 | 41 | 465 | 76 | 52 |
| Binary | 10101100 | 101000 | 10011000 | 0 | 1001101 | 1100 | 100001 | 100110101 | 111110 | 101010 |
Color Harmonies of #AC2898
Complementary color
Monochromatic Colors of #AC2898
Black with #AC2898
Text Example
Text Example
White with #AC2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2898; }
p { color: rgb(172,40,152); }
H1.HeaderClassName
{
color: #AC2898;
}
.AnyTagClassName
{
color: #AC2898;
}
</style>
background-color css
<style>
a { background-color: #AC2898; }
a { background-color: rgb(172,40,152); }
div.DivClassName
{
background-color: #AC2898;
}
.BgClassName
{
background-color: #AC2898;
}
</style>
border-color css
<style>
span { border-color: #AC2898; }
span { border-color: rgb(172,40,152); }
td.TdClassName
{
border-color: #AC2898;
}
.TagClassName
{
border-color: #AC2898;
}
</style>