Shades of Medium Red Violet #AC2482
Tints of Medium Red Violet #AC2482
RGB
CMYK
RGB Variations
Color information
#AC2482 (or 0xAC2482) is known color: Medium Red Violet. HEX triplet: AC, 24 and 82. RGB value is (172,36,130). Sum of RGB (Red+Green+Blue) = 172+36+130=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2482 is #53DB7D. Grayscale: #575757. Windows color (decimal): -5495678 or 8529068. OLE color: 8529068.
HSL color Cylindrical-coordinate representation of color #AC2482: hue angle of 318.53º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2482 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 130 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.33 |
| HSL | 318.53º | 0.65% | 0.41% | - |
| HSV(B) | 318.53º | 0.79% | 0.67% | - |
| XYZ | 21.67 | 11.64 | 22.22 | - |
| YUV | 87.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 130 | 0 | 0.79 | 0.24 | 0.33 | 318.53 | 0.65 | 0.41 |
| Hex | AC | 24 | 82 | 0 | 4F | 18 | 21 | 13F | 41 | 29 |
| Octal | 254 | 44 | 202 | 0 | 117 | 30 | 41 | 477 | 101 | 51 |
| Binary | 10101100 | 100100 | 10000010 | 0 | 1001111 | 11000 | 100001 | 100111111 | 1000001 | 101001 |
Color Harmonies of #AC2482
Complementary color
Monochromatic Colors of #AC2482
Black with #AC2482
Text Example
Text Example
White with #AC2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2482; }
p { color: rgb(172,36,130); }
H1.HeaderClassName
{
color: #AC2482;
}
.AnyTagClassName
{
color: #AC2482;
}
</style>
background-color css
<style>
a { background-color: #AC2482; }
a { background-color: rgb(172,36,130); }
div.DivClassName
{
background-color: #AC2482;
}
.BgClassName
{
background-color: #AC2482;
}
</style>
border-color css
<style>
span { border-color: #AC2482; }
span { border-color: rgb(172,36,130); }
td.TdClassName
{
border-color: #AC2482;
}
.TagClassName
{
border-color: #AC2482;
}
</style>