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