Shades of Medium Violet Red #AC0087
Tints of Medium Violet Red #AC0087
RGB
CMYK
RGB Variations
Color information
#AC0087 (or 0xAC0087) is known color: Medium Violet Red. HEX triplet: AC, 00 and 87. RGB value is (172,0,135). Sum of RGB (Red+Green+Blue) = 172+0+135=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0087 is #53FF78. Grayscale: #424242. Windows color (decimal): -5504889 or 8847532. OLE color: 8847532.
HSL color Cylindrical-coordinate representation of color #AC0087: hue angle of 312.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0087 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.22 | 0.33 |
| HSL | 312.91º | 1% | 0.34% | - |
| HSV(B) | 312.91º | 1% | 0.67% | - |
| XYZ | 21.39 | 10.52 | 23.83 | - |
| YUV | 66.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 135 | 0 | 1 | 0.22 | 0.33 | 312.91 | 1 | 0.34 |
| Hex | AC | 0 | 87 | 0 | 64 | 16 | 21 | 139 | 64 | 22 |
| Octal | 254 | 0 | 207 | 0 | 144 | 26 | 41 | 471 | 144 | 42 |
| Binary | 10101100 | 0 | 10000111 | 0 | 1100100 | 10110 | 100001 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AC0087
Complementary color
Monochromatic Colors of #AC0087
Black with #AC0087
Text Example
Text Example
White with #AC0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0087; }
p { color: rgb(172,0,135); }
H1.HeaderClassName
{
color: #AC0087;
}
.AnyTagClassName
{
color: #AC0087;
}
</style>
background-color css
<style>
a { background-color: #AC0087; }
a { background-color: rgb(172,0,135); }
div.DivClassName
{
background-color: #AC0087;
}
.BgClassName
{
background-color: #AC0087;
}
</style>
border-color css
<style>
span { border-color: #AC0087; }
span { border-color: rgb(172,0,135); }
td.TdClassName
{
border-color: #AC0087;
}
.TagClassName
{
border-color: #AC0087;
}
</style>