Shades of Medium Red Violet #AC4182
Tints of Medium Red Violet #AC4182
RGB
CMYK
RGB Variations
Color information
#AC4182 (or 0xAC4182) is known color: Medium Red Violet. HEX triplet: AC, 41 and 82. RGB value is (172,65,130). Sum of RGB (Red+Green+Blue) = 172+65+130=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4182 is #53BE7D. Grayscale: #686868. Windows color (decimal): -5488254 or 8536492. OLE color: 8536492.
HSL color Cylindrical-coordinate representation of color #AC4182: hue angle of 323.55º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4182 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 130 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.33 |
| HSL | 323.55º | 0.45% | 0.46% | - |
| HSV(B) | 323.55º | 0.62% | 0.67% | - |
| XYZ | 22.93 | 14.16 | 22.64 | - |
| YUV | 104.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 130 | 0 | 0.62 | 0.24 | 0.33 | 323.55 | 0.45 | 0.46 |
| Hex | AC | 41 | 82 | 0 | 3E | 18 | 21 | 144 | 2D | 2E |
| Octal | 254 | 101 | 202 | 0 | 76 | 30 | 41 | 504 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10000010 | 0 | 111110 | 11000 | 100001 | 101000100 | 101101 | 101110 |
Color Harmonies of #AC4182
Complementary color
Monochromatic Colors of #AC4182
Black with #AC4182
Text Example
Text Example
White with #AC4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4182; }
p { color: rgb(172,65,130); }
H1.HeaderClassName
{
color: #AC4182;
}
.AnyTagClassName
{
color: #AC4182;
}
</style>
background-color css
<style>
a { background-color: #AC4182; }
a { background-color: rgb(172,65,130); }
div.DivClassName
{
background-color: #AC4182;
}
.BgClassName
{
background-color: #AC4182;
}
</style>
border-color css
<style>
span { border-color: #AC4182; }
span { border-color: rgb(172,65,130); }
td.TdClassName
{
border-color: #AC4182;
}
.TagClassName
{
border-color: #AC4182;
}
</style>