Shades of Medium Red Violet #AC3C8B
Tints of Medium Red Violet #AC3C8B
RGB
CMYK
RGB Variations
Color information
#AC3C8B (or 0xAC3C8B) is known color: Medium Red Violet. HEX triplet: AC, 3C and 8B. RGB value is (172,60,139). Sum of RGB (Red+Green+Blue) = 172+60+139=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C8B is #53C374. Grayscale: #666666. Windows color (decimal): -5489525 or 9125036. OLE color: 9125036.
HSL color Cylindrical-coordinate representation of color #AC3C8B: hue angle of 317.68º 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 #AC3C8B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 139 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.33 |
| HSL | 317.68º | 0.48% | 0.45% | - |
| HSV(B) | 317.68º | 0.65% | 0.67% | - |
| XYZ | 23.29 | 13.87 | 25.88 | - |
| YUV | 102.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 139 | 0 | 0.65 | 0.19 | 0.33 | 317.68 | 0.48 | 0.45 |
| Hex | AC | 3C | 8B | 0 | 41 | 13 | 21 | 13E | 30 | 2D |
| Octal | 254 | 74 | 213 | 0 | 101 | 23 | 41 | 476 | 60 | 55 |
| Binary | 10101100 | 111100 | 10001011 | 0 | 1000001 | 10011 | 100001 | 100111110 | 110000 | 101101 |
Color Harmonies of #AC3C8B
Complementary color
Monochromatic Colors of #AC3C8B
Black with #AC3C8B
Text Example
Text Example
White with #AC3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C8B; }
p { color: rgb(172,60,139); }
H1.HeaderClassName
{
color: #AC3C8B;
}
.AnyTagClassName
{
color: #AC3C8B;
}
</style>
background-color css
<style>
a { background-color: #AC3C8B; }
a { background-color: rgb(172,60,139); }
div.DivClassName
{
background-color: #AC3C8B;
}
.BgClassName
{
background-color: #AC3C8B;
}
</style>
border-color css
<style>
span { border-color: #AC3C8B; }
span { border-color: rgb(172,60,139); }
td.TdClassName
{
border-color: #AC3C8B;
}
.TagClassName
{
border-color: #AC3C8B;
}
</style>