Shades of Medium Red Violet #AC2882
Tints of Medium Red Violet #AC2882
RGB
CMYK
RGB Variations
Color information
#AC2882 (or 0xAC2882) is known color: Medium Red Violet. HEX triplet: AC, 28 and 82. RGB value is (172,40,130). Sum of RGB (Red+Green+Blue) = 172+40+130=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2882 is #53D77D. Grayscale: #595959. Windows color (decimal): -5494654 or 8530092. OLE color: 8530092.
HSL color Cylindrical-coordinate representation of color #AC2882: hue angle of 319.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 #AC2882 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 130 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.33 |
| HSL | 319.09º | 0.62% | 0.42% | - |
| HSV(B) | 319.09º | 0.77% | 0.67% | - |
| XYZ | 21.8 | 11.9 | 22.27 | - |
| YUV | 89.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 130 | 0 | 0.77 | 0.24 | 0.33 | 319.09 | 0.62 | 0.42 |
| Hex | AC | 28 | 82 | 0 | 4D | 18 | 21 | 13F | 3E | 2A |
| Octal | 254 | 50 | 202 | 0 | 115 | 30 | 41 | 477 | 76 | 52 |
| Binary | 10101100 | 101000 | 10000010 | 0 | 1001101 | 11000 | 100001 | 100111111 | 111110 | 101010 |
Color Harmonies of #AC2882
Complementary color
Monochromatic Colors of #AC2882
Black with #AC2882
Text Example
Text Example
White with #AC2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2882; }
p { color: rgb(172,40,130); }
H1.HeaderClassName
{
color: #AC2882;
}
.AnyTagClassName
{
color: #AC2882;
}
</style>
background-color css
<style>
a { background-color: #AC2882; }
a { background-color: rgb(172,40,130); }
div.DivClassName
{
background-color: #AC2882;
}
.BgClassName
{
background-color: #AC2882;
}
</style>
border-color css
<style>
span { border-color: #AC2882; }
span { border-color: rgb(172,40,130); }
td.TdClassName
{
border-color: #AC2882;
}
.TagClassName
{
border-color: #AC2882;
}
</style>