Shades of Medium Red Violet #AC3F9B
Tints of Medium Red Violet #AC3F9B
RGB
CMYK
RGB Variations
Color information
#AC3F9B (or 0xAC3F9B) is known color: Medium Red Violet. HEX triplet: AC, 3F and 9B. RGB value is (172,63,155). Sum of RGB (Red+Green+Blue) = 172+63+155=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F9B is #53C064. Grayscale: #696969. Windows color (decimal): -5488741 or 10174380. OLE color: 10174380.
HSL color Cylindrical-coordinate representation of color #AC3F9B: hue angle of 309.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F9B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 155 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.33 |
| HSL | 309.36º | 0.46% | 0.46% | - |
| HSV(B) | 309.36º | 0.63% | 0.67% | - |
| XYZ | 24.71 | 14.69 | 32.54 | - |
| YUV | 106.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 155 | 0 | 0.63 | 0.10 | 0.33 | 309.36 | 0.46 | 0.46 |
| Hex | AC | 3F | 9B | 0 | 3F | A | 21 | 135 | 2E | 2E |
| Octal | 254 | 77 | 233 | 0 | 77 | 12 | 41 | 465 | 56 | 56 |
| Binary | 10101100 | 111111 | 10011011 | 0 | 111111 | 1010 | 100001 | 100110101 | 101110 | 101110 |
Color Harmonies of #AC3F9B
Complementary color
Monochromatic Colors of #AC3F9B
Black with #AC3F9B
Text Example
Text Example
White with #AC3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F9B; }
p { color: rgb(172,63,155); }
H1.HeaderClassName
{
color: #AC3F9B;
}
.AnyTagClassName
{
color: #AC3F9B;
}
</style>
background-color css
<style>
a { background-color: #AC3F9B; }
a { background-color: rgb(172,63,155); }
div.DivClassName
{
background-color: #AC3F9B;
}
.BgClassName
{
background-color: #AC3F9B;
}
</style>
border-color css
<style>
span { border-color: #AC3F9B; }
span { border-color: rgb(172,63,155); }
td.TdClassName
{
border-color: #AC3F9B;
}
.TagClassName
{
border-color: #AC3F9B;
}
</style>