Shades of Medium Violet Red #AC108A
Tints of Medium Violet Red #AC108A
RGB
CMYK
RGB Variations
Color information
#AC108A (or 0xAC108A) is known color: Medium Violet Red. HEX triplet: AC, 10 and 8A. RGB value is (172,16,138). Sum of RGB (Red+Green+Blue) = 172+16+138=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC108A is #53EF75. Grayscale: #4C4C4C. Windows color (decimal): -5500790 or 9048236. OLE color: 9048236.
HSL color Cylindrical-coordinate representation of color #AC108A: hue angle of 313.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 #AC108A is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.33 |
| HSL | 313.08º | 0.83% | 0.37% | - |
| HSV(B) | 313.08º | 0.91% | 0.67% | - |
| XYZ | 21.79 | 10.98 | 25.02 | - |
| YUV | 76.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 138 | 0 | 0.91 | 0.20 | 0.33 | 313.08 | 0.83 | 0.37 |
| Hex | AC | 10 | 8A | 0 | 5B | 14 | 21 | 139 | 53 | 25 |
| Octal | 254 | 20 | 212 | 0 | 133 | 24 | 41 | 471 | 123 | 45 |
| Binary | 10101100 | 10000 | 10001010 | 0 | 1011011 | 10100 | 100001 | 100111001 | 1010011 | 100101 |
Color Harmonies of #AC108A
Complementary color
Monochromatic Colors of #AC108A
Black with #AC108A
Text Example
Text Example
White with #AC108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC108A; }
p { color: rgb(172,16,138); }
H1.HeaderClassName
{
color: #AC108A;
}
.AnyTagClassName
{
color: #AC108A;
}
</style>
background-color css
<style>
a { background-color: #AC108A; }
a { background-color: rgb(172,16,138); }
div.DivClassName
{
background-color: #AC108A;
}
.BgClassName
{
background-color: #AC108A;
}
</style>
border-color css
<style>
span { border-color: #AC108A; }
span { border-color: rgb(172,16,138); }
td.TdClassName
{
border-color: #AC108A;
}
.TagClassName
{
border-color: #AC108A;
}
</style>