Shades of Medium Red Violet #AC408D
Tints of Medium Red Violet #AC408D
RGB
CMYK
RGB Variations
Color information
#AC408D (or 0xAC408D) is known color: Medium Red Violet. HEX triplet: AC, 40 and 8D. RGB value is (172,64,141). Sum of RGB (Red+Green+Blue) = 172+64+141=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC408D is #53BF72. Grayscale: #686868. Windows color (decimal): -5488499 or 9257132. OLE color: 9257132.
HSL color Cylindrical-coordinate representation of color #AC408D: hue angle of 317.22º 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 #AC408D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 141 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.33 |
| HSL | 317.22º | 0.46% | 0.46% | - |
| HSV(B) | 317.22º | 0.63% | 0.67% | - |
| XYZ | 23.65 | 14.36 | 26.72 | - |
| YUV | 105.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 141 | 0 | 0.63 | 0.18 | 0.33 | 317.22 | 0.46 | 0.46 |
| Hex | AC | 40 | 8D | 0 | 3F | 12 | 21 | 13D | 2E | 2E |
| Octal | 254 | 100 | 215 | 0 | 77 | 22 | 41 | 475 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10001101 | 0 | 111111 | 10010 | 100001 | 100111101 | 101110 | 101110 |
Color Harmonies of #AC408D
Complementary color
Monochromatic Colors of #AC408D
Black with #AC408D
Text Example
Text Example
White with #AC408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC408D; }
p { color: rgb(172,64,141); }
H1.HeaderClassName
{
color: #AC408D;
}
.AnyTagClassName
{
color: #AC408D;
}
</style>
background-color css
<style>
a { background-color: #AC408D; }
a { background-color: rgb(172,64,141); }
div.DivClassName
{
background-color: #AC408D;
}
.BgClassName
{
background-color: #AC408D;
}
</style>
border-color css
<style>
span { border-color: #AC408D; }
span { border-color: rgb(172,64,141); }
td.TdClassName
{
border-color: #AC408D;
}
.TagClassName
{
border-color: #AC408D;
}
</style>