Shades of Medium Red Violet #AC3C82
Tints of Medium Red Violet #AC3C82
RGB
CMYK
RGB Variations
Color information
#AC3C82 (or 0xAC3C82) is known color: Medium Red Violet. HEX triplet: AC, 3C and 82. RGB value is (172,60,130). Sum of RGB (Red+Green+Blue) = 172+60+130=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C82 is #53C37D. Grayscale: #656565. Windows color (decimal): -5489534 or 8535212. OLE color: 8535212.
HSL color Cylindrical-coordinate representation of color #AC3C82: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C82 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 130 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.33 |
| HSL | 322.5º | 0.48% | 0.45% | - |
| HSV(B) | 322.5º | 0.65% | 0.67% | - |
| XYZ | 22.66 | 13.61 | 22.55 | - |
| YUV | 101.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 130 | 0 | 0.65 | 0.24 | 0.33 | 322.5 | 0.48 | 0.45 |
| Hex | AC | 3C | 82 | 0 | 41 | 18 | 21 | 142 | 30 | 2D |
| Octal | 254 | 74 | 202 | 0 | 101 | 30 | 41 | 502 | 60 | 55 |
| Binary | 10101100 | 111100 | 10000010 | 0 | 1000001 | 11000 | 100001 | 101000010 | 110000 | 101101 |
Color Harmonies of #AC3C82
Complementary color
Monochromatic Colors of #AC3C82
Black with #AC3C82
Text Example
Text Example
White with #AC3C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C82; }
p { color: rgb(172,60,130); }
H1.HeaderClassName
{
color: #AC3C82;
}
.AnyTagClassName
{
color: #AC3C82;
}
</style>
background-color css
<style>
a { background-color: #AC3C82; }
a { background-color: rgb(172,60,130); }
div.DivClassName
{
background-color: #AC3C82;
}
.BgClassName
{
background-color: #AC3C82;
}
</style>
border-color css
<style>
span { border-color: #AC3C82; }
span { border-color: rgb(172,60,130); }
td.TdClassName
{
border-color: #AC3C82;
}
.TagClassName
{
border-color: #AC3C82;
}
</style>