Shades of Medium Violet Red #AC0890
Tints of Medium Violet Red #AC0890
RGB
CMYK
RGB Variations
Color information
#AC0890 (or 0xAC0890) is known color: Medium Violet Red. HEX triplet: AC, 08 and 90. RGB value is (172,8,144). Sum of RGB (Red+Green+Blue) = 172+8+144=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0890 is #53F76F. Grayscale: #484848. Windows color (decimal): -5502832 or 9439404. OLE color: 9439404.
HSL color Cylindrical-coordinate representation of color #AC0890: hue angle of 310.24º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0890 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 144 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.33 |
| HSL | 310.24º | 0.91% | 0.35% | - |
| HSV(B) | 310.24º | 0.95% | 0.67% | - |
| XYZ | 22.13 | 10.96 | 27.33 | - |
| YUV | 72.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 144 | 0 | 0.95 | 0.16 | 0.33 | 310.24 | 0.91 | 0.35 |
| Hex | AC | 8 | 90 | 0 | 5F | 10 | 21 | 136 | 5B | 23 |
| Octal | 254 | 10 | 220 | 0 | 137 | 20 | 41 | 466 | 133 | 43 |
| Binary | 10101100 | 1000 | 10010000 | 0 | 1011111 | 10000 | 100001 | 100110110 | 1011011 | 100011 |
Color Harmonies of #AC0890
Complementary color
Monochromatic Colors of #AC0890
Black with #AC0890
Text Example
Text Example
White with #AC0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0890; }
p { color: rgb(172,8,144); }
H1.HeaderClassName
{
color: #AC0890;
}
.AnyTagClassName
{
color: #AC0890;
}
</style>
background-color css
<style>
a { background-color: #AC0890; }
a { background-color: rgb(172,8,144); }
div.DivClassName
{
background-color: #AC0890;
}
.BgClassName
{
background-color: #AC0890;
}
</style>
border-color css
<style>
span { border-color: #AC0890; }
span { border-color: rgb(172,8,144); }
td.TdClassName
{
border-color: #AC0890;
}
.TagClassName
{
border-color: #AC0890;
}
</style>