Shades of Medium Violet Red #AC108C
Tints of Medium Violet Red #AC108C
RGB
CMYK
RGB Variations
Color information
#AC108C (or 0xAC108C) is known color: Medium Violet Red. HEX triplet: AC, 10 and 8C. RGB value is (172,16,140). Sum of RGB (Red+Green+Blue) = 172+16+140=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC108C is #53EF73. Grayscale: #4C4C4C. Windows color (decimal): -5500788 or 9179308. OLE color: 9179308.
HSL color Cylindrical-coordinate representation of color #AC108C: hue angle of 312.31º 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 #AC108C is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 140 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.33 |
| HSL | 312.31º | 0.83% | 0.37% | - |
| HSV(B) | 312.31º | 0.91% | 0.67% | - |
| XYZ | 21.93 | 11.03 | 25.78 | - |
| YUV | 76.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 140 | 0 | 0.91 | 0.19 | 0.33 | 312.31 | 0.83 | 0.37 |
| Hex | AC | 10 | 8C | 0 | 5B | 13 | 21 | 138 | 53 | 25 |
| Octal | 254 | 20 | 214 | 0 | 133 | 23 | 41 | 470 | 123 | 45 |
| Binary | 10101100 | 10000 | 10001100 | 0 | 1011011 | 10011 | 100001 | 100111000 | 1010011 | 100101 |
Color Harmonies of #AC108C
Complementary color
Monochromatic Colors of #AC108C
Black with #AC108C
Text Example
Text Example
White with #AC108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC108C; }
p { color: rgb(172,16,140); }
H1.HeaderClassName
{
color: #AC108C;
}
.AnyTagClassName
{
color: #AC108C;
}
</style>
background-color css
<style>
a { background-color: #AC108C; }
a { background-color: rgb(172,16,140); }
div.DivClassName
{
background-color: #AC108C;
}
.BgClassName
{
background-color: #AC108C;
}
</style>
border-color css
<style>
span { border-color: #AC108C; }
span { border-color: rgb(172,16,140); }
td.TdClassName
{
border-color: #AC108C;
}
.TagClassName
{
border-color: #AC108C;
}
</style>