Shades of Medium Violet Red #AC107D
Tints of Medium Violet Red #AC107D
RGB
CMYK
RGB Variations
Color information
#AC107D (or 0xAC107D) is known color: Medium Violet Red. HEX triplet: AC, 10 and 7D. RGB value is (172,16,125). Sum of RGB (Red+Green+Blue) = 172+16+125=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC107D is #53EF82. Grayscale: #4A4A4A. Windows color (decimal): -5500803 or 8196268. OLE color: 8196268.
HSL color Cylindrical-coordinate representation of color #AC107D: hue angle of 318.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC107D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 125 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.33 |
| HSL | 318.08º | 0.83% | 0.37% | - |
| HSV(B) | 318.08º | 0.91% | 0.67% | - |
| XYZ | 20.9 | 10.62 | 20.35 | - |
| YUV | 75.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 125 | 0 | 0.91 | 0.27 | 0.33 | 318.08 | 0.83 | 0.37 |
| Hex | AC | 10 | 7D | 0 | 5B | 1B | 21 | 13E | 53 | 25 |
| Octal | 254 | 20 | 175 | 0 | 133 | 33 | 41 | 476 | 123 | 45 |
| Binary | 10101100 | 10000 | 1111101 | 0 | 1011011 | 11011 | 100001 | 100111110 | 1010011 | 100101 |
Color Harmonies of #AC107D
Complementary color
Monochromatic Colors of #AC107D
Black with #AC107D
Text Example
Text Example
White with #AC107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC107D; }
p { color: rgb(172,16,125); }
H1.HeaderClassName
{
color: #AC107D;
}
.AnyTagClassName
{
color: #AC107D;
}
</style>
background-color css
<style>
a { background-color: #AC107D; }
a { background-color: rgb(172,16,125); }
div.DivClassName
{
background-color: #AC107D;
}
.BgClassName
{
background-color: #AC107D;
}
</style>
border-color css
<style>
span { border-color: #AC107D; }
span { border-color: rgb(172,16,125); }
td.TdClassName
{
border-color: #AC107D;
}
.TagClassName
{
border-color: #AC107D;
}
</style>