Shades of Medium Red Violet #AC2982
Tints of Medium Red Violet #AC2982
RGB
CMYK
RGB Variations
Color information
#AC2982 (or 0xAC2982) is known color: Medium Red Violet. HEX triplet: AC, 29 and 82. RGB value is (172,41,130). Sum of RGB (Red+Green+Blue) = 172+41+130=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2982 is #53D67D. Grayscale: #5A5A5A. Windows color (decimal): -5494398 or 8530348. OLE color: 8530348.
HSL color Cylindrical-coordinate representation of color #AC2982: hue angle of 319.24º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2982 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 130 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.33 |
| HSL | 319.24º | 0.62% | 0.42% | - |
| HSV(B) | 319.24º | 0.76% | 0.67% | - |
| XYZ | 21.84 | 11.97 | 22.28 | - |
| YUV | 90.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 130 | 0 | 0.76 | 0.24 | 0.33 | 319.24 | 0.62 | 0.42 |
| Hex | AC | 29 | 82 | 0 | 4C | 18 | 21 | 13F | 3E | 2A |
| Octal | 254 | 51 | 202 | 0 | 114 | 30 | 41 | 477 | 76 | 52 |
| Binary | 10101100 | 101001 | 10000010 | 0 | 1001100 | 11000 | 100001 | 100111111 | 111110 | 101010 |
Color Harmonies of #AC2982
Complementary color
Monochromatic Colors of #AC2982
Black with #AC2982
Text Example
Text Example
White with #AC2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2982; }
p { color: rgb(172,41,130); }
H1.HeaderClassName
{
color: #AC2982;
}
.AnyTagClassName
{
color: #AC2982;
}
</style>
background-color css
<style>
a { background-color: #AC2982; }
a { background-color: rgb(172,41,130); }
div.DivClassName
{
background-color: #AC2982;
}
.BgClassName
{
background-color: #AC2982;
}
</style>
border-color css
<style>
span { border-color: #AC2982; }
span { border-color: rgb(172,41,130); }
td.TdClassName
{
border-color: #AC2982;
}
.TagClassName
{
border-color: #AC2982;
}
</style>