Shades of Medium Red Violet #AC3F8B
Tints of Medium Red Violet #AC3F8B
RGB
CMYK
RGB Variations
Color information
#AC3F8B (or 0xAC3F8B) is known color: Medium Red Violet. HEX triplet: AC, 3F and 8B. RGB value is (172,63,139). Sum of RGB (Red+Green+Blue) = 172+63+139=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F8B is #53C074. Grayscale: #686868. Windows color (decimal): -5488757 or 9125804. OLE color: 9125804.
HSL color Cylindrical-coordinate representation of color #AC3F8B: hue angle of 318.17º 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 #AC3F8B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 139 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.33 |
| HSL | 318.17º | 0.46% | 0.46% | - |
| HSV(B) | 318.17º | 0.63% | 0.67% | - |
| XYZ | 23.45 | 14.19 | 25.93 | - |
| YUV | 104.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 139 | 0 | 0.63 | 0.19 | 0.33 | 318.17 | 0.46 | 0.46 |
| Hex | AC | 3F | 8B | 0 | 3F | 13 | 21 | 13E | 2E | 2E |
| Octal | 254 | 77 | 213 | 0 | 77 | 23 | 41 | 476 | 56 | 56 |
| Binary | 10101100 | 111111 | 10001011 | 0 | 111111 | 10011 | 100001 | 100111110 | 101110 | 101110 |
Color Harmonies of #AC3F8B
Complementary color
Monochromatic Colors of #AC3F8B
Black with #AC3F8B
Text Example
Text Example
White with #AC3F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F8B; }
p { color: rgb(172,63,139); }
H1.HeaderClassName
{
color: #AC3F8B;
}
.AnyTagClassName
{
color: #AC3F8B;
}
</style>
background-color css
<style>
a { background-color: #AC3F8B; }
a { background-color: rgb(172,63,139); }
div.DivClassName
{
background-color: #AC3F8B;
}
.BgClassName
{
background-color: #AC3F8B;
}
</style>
border-color css
<style>
span { border-color: #AC3F8B; }
span { border-color: rgb(172,63,139); }
td.TdClassName
{
border-color: #AC3F8B;
}
.TagClassName
{
border-color: #AC3F8B;
}
</style>