Shades of Medium Violet Red #AC0C8A
Tints of Medium Violet Red #AC0C8A
RGB
CMYK
RGB Variations
Color information
#AC0C8A (or 0xAC0C8A) is known color: Medium Violet Red. HEX triplet: AC, 0C and 8A. RGB value is (172,12,138). Sum of RGB (Red+Green+Blue) = 172+12+138=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C8A is #53F375. Grayscale: #494949. Windows color (decimal): -5501814 or 9047212. OLE color: 9047212.
HSL color Cylindrical-coordinate representation of color #AC0C8A: hue angle of 312.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C8A is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 138 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.33 |
| HSL | 312.75º | 0.87% | 0.36% | - |
| HSV(B) | 312.75º | 0.93% | 0.67% | - |
| XYZ | 21.73 | 10.87 | 25 | - |
| YUV | 74.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 138 | 0 | 0.93 | 0.20 | 0.33 | 312.75 | 0.87 | 0.36 |
| Hex | AC | C | 8A | 0 | 5D | 14 | 21 | 139 | 57 | 24 |
| Octal | 254 | 14 | 212 | 0 | 135 | 24 | 41 | 471 | 127 | 44 |
| Binary | 10101100 | 1100 | 10001010 | 0 | 1011101 | 10100 | 100001 | 100111001 | 1010111 | 100100 |
Color Harmonies of #AC0C8A
Complementary color
Monochromatic Colors of #AC0C8A
Black with #AC0C8A
Text Example
Text Example
White with #AC0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C8A; }
p { color: rgb(172,12,138); }
H1.HeaderClassName
{
color: #AC0C8A;
}
.AnyTagClassName
{
color: #AC0C8A;
}
</style>
background-color css
<style>
a { background-color: #AC0C8A; }
a { background-color: rgb(172,12,138); }
div.DivClassName
{
background-color: #AC0C8A;
}
.BgClassName
{
background-color: #AC0C8A;
}
</style>
border-color css
<style>
span { border-color: #AC0C8A; }
span { border-color: rgb(172,12,138); }
td.TdClassName
{
border-color: #AC0C8A;
}
.TagClassName
{
border-color: #AC0C8A;
}
</style>