Shades of Medium Violet Red #AC107A
Tints of Medium Violet Red #AC107A
RGB
CMYK
RGB Variations
Color information
#AC107A (or 0xAC107A) is known color: Medium Violet Red. HEX triplet: AC, 10 and 7A. RGB value is (172,16,122). Sum of RGB (Red+Green+Blue) = 172+16+122=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC107A is #53EF85. Grayscale: #4A4A4A. Windows color (decimal): -5500806 or 7999660. OLE color: 7999660.
HSL color Cylindrical-coordinate representation of color #AC107A: hue angle of 319.23º 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 #AC107A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.33 |
| HSL | 319.23º | 0.83% | 0.37% | - |
| HSV(B) | 319.23º | 0.91% | 0.67% | - |
| XYZ | 20.71 | 10.55 | 19.36 | - |
| YUV | 74.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 122 | 0 | 0.91 | 0.29 | 0.33 | 319.23 | 0.83 | 0.37 |
| Hex | AC | 10 | 7A | 0 | 5B | 1D | 21 | 13F | 53 | 25 |
| Octal | 254 | 20 | 172 | 0 | 133 | 35 | 41 | 477 | 123 | 45 |
| Binary | 10101100 | 10000 | 1111010 | 0 | 1011011 | 11101 | 100001 | 100111111 | 1010011 | 100101 |
Color Harmonies of #AC107A
Complementary color
Monochromatic Colors of #AC107A
Black with #AC107A
Text Example
Text Example
White with #AC107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC107A; }
p { color: rgb(172,16,122); }
H1.HeaderClassName
{
color: #AC107A;
}
.AnyTagClassName
{
color: #AC107A;
}
</style>
background-color css
<style>
a { background-color: #AC107A; }
a { background-color: rgb(172,16,122); }
div.DivClassName
{
background-color: #AC107A;
}
.BgClassName
{
background-color: #AC107A;
}
</style>
border-color css
<style>
span { border-color: #AC107A; }
span { border-color: rgb(172,16,122); }
td.TdClassName
{
border-color: #AC107A;
}
.TagClassName
{
border-color: #AC107A;
}
</style>