Shades of Medium Red Violet #AC2182
Tints of Medium Red Violet #AC2182
RGB
CMYK
RGB Variations
Color information
#AC2182 (or 0xAC2182) is known color: Medium Red Violet. HEX triplet: AC, 21 and 82. RGB value is (172,33,130). Sum of RGB (Red+Green+Blue) = 172+33+130=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2182 is #53DE7D. Grayscale: #555555. Windows color (decimal): -5496446 or 8528300. OLE color: 8528300.
HSL color Cylindrical-coordinate representation of color #AC2182: hue angle of 318.13º degrees, saturation: 0.68, 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 #AC2182 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 130 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.33 |
| HSL | 318.13º | 0.68% | 0.4% | - |
| HSV(B) | 318.13º | 0.81% | 0.67% | - |
| XYZ | 21.59 | 11.47 | 22.2 | - |
| YUV | 85.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 130 | 0 | 0.81 | 0.24 | 0.33 | 318.13 | 0.68 | 0.4 |
| Hex | AC | 21 | 82 | 0 | 51 | 18 | 21 | 13E | 44 | 28 |
| Octal | 254 | 41 | 202 | 0 | 121 | 30 | 41 | 476 | 104 | 50 |
| Binary | 10101100 | 100001 | 10000010 | 0 | 1010001 | 11000 | 100001 | 100111110 | 1000100 | 101000 |
Color Harmonies of #AC2182
Complementary color
Monochromatic Colors of #AC2182
Black with #AC2182
Text Example
Text Example
White with #AC2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2182; }
p { color: rgb(172,33,130); }
H1.HeaderClassName
{
color: #AC2182;
}
.AnyTagClassName
{
color: #AC2182;
}
</style>
background-color css
<style>
a { background-color: #AC2182; }
a { background-color: rgb(172,33,130); }
div.DivClassName
{
background-color: #AC2182;
}
.BgClassName
{
background-color: #AC2182;
}
</style>
border-color css
<style>
span { border-color: #AC2182; }
span { border-color: rgb(172,33,130); }
td.TdClassName
{
border-color: #AC2182;
}
.TagClassName
{
border-color: #AC2182;
}
</style>