Shades of Medium Violet Red #AC0F90
Tints of Medium Violet Red #AC0F90
RGB
CMYK
RGB Variations
Color information
#AC0F90 (or 0xAC0F90) is known color: Medium Violet Red. HEX triplet: AC, 0F and 90. RGB value is (172,15,144). Sum of RGB (Red+Green+Blue) = 172+15+144=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F90 is #53F06F. Grayscale: #4C4C4C. Windows color (decimal): -5501040 or 9441196. OLE color: 9441196.
HSL color Cylindrical-coordinate representation of color #AC0F90: hue angle of 310.7º degrees, saturation: 0.84, 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 #AC0F90 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 144 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.33 |
| HSL | 310.7º | 0.84% | 0.37% | - |
| HSV(B) | 310.7º | 0.91% | 0.67% | - |
| XYZ | 22.22 | 11.13 | 27.36 | - |
| YUV | 76.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 144 | 0 | 0.91 | 0.16 | 0.33 | 310.7 | 0.84 | 0.37 |
| Hex | AC | F | 90 | 0 | 5B | 10 | 21 | 137 | 54 | 25 |
| Octal | 254 | 17 | 220 | 0 | 133 | 20 | 41 | 467 | 124 | 45 |
| Binary | 10101100 | 1111 | 10010000 | 0 | 1011011 | 10000 | 100001 | 100110111 | 1010100 | 100101 |
Color Harmonies of #AC0F90
Complementary color
Monochromatic Colors of #AC0F90
Black with #AC0F90
Text Example
Text Example
White with #AC0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F90; }
p { color: rgb(172,15,144); }
H1.HeaderClassName
{
color: #AC0F90;
}
.AnyTagClassName
{
color: #AC0F90;
}
</style>
background-color css
<style>
a { background-color: #AC0F90; }
a { background-color: rgb(172,15,144); }
div.DivClassName
{
background-color: #AC0F90;
}
.BgClassName
{
background-color: #AC0F90;
}
</style>
border-color css
<style>
span { border-color: #AC0F90; }
span { border-color: rgb(172,15,144); }
td.TdClassName
{
border-color: #AC0F90;
}
.TagClassName
{
border-color: #AC0F90;
}
</style>