Shades of Medium Violet Red #AC0788
Tints of Medium Violet Red #AC0788
RGB
CMYK
RGB Variations
Color information
#AC0788 (or 0xAC0788) is known color: Medium Violet Red. HEX triplet: AC, 07 and 88. RGB value is (172,7,136). Sum of RGB (Red+Green+Blue) = 172+7+136=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0788 is #53F877. Grayscale: #464646. Windows color (decimal): -5503096 or 8914860. OLE color: 8914860.
HSL color Cylindrical-coordinate representation of color #AC0788: hue angle of 313.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0788 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.33 |
| HSL | 313.09º | 0.92% | 0.35% | - |
| HSV(B) | 313.09º | 0.96% | 0.67% | - |
| XYZ | 21.53 | 10.7 | 24.22 | - |
| YUV | 71.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 136 | 0 | 0.96 | 0.21 | 0.33 | 313.09 | 0.92 | 0.35 |
| Hex | AC | 7 | 88 | 0 | 60 | 15 | 21 | 139 | 5C | 23 |
| Octal | 254 | 7 | 210 | 0 | 140 | 25 | 41 | 471 | 134 | 43 |
| Binary | 10101100 | 111 | 10001000 | 0 | 1100000 | 10101 | 100001 | 100111001 | 1011100 | 100011 |
Color Harmonies of #AC0788
Complementary color
Monochromatic Colors of #AC0788
Black with #AC0788
Text Example
Text Example
White with #AC0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0788; }
p { color: rgb(172,7,136); }
H1.HeaderClassName
{
color: #AC0788;
}
.AnyTagClassName
{
color: #AC0788;
}
</style>
background-color css
<style>
a { background-color: #AC0788; }
a { background-color: rgb(172,7,136); }
div.DivClassName
{
background-color: #AC0788;
}
.BgClassName
{
background-color: #AC0788;
}
</style>
border-color css
<style>
span { border-color: #AC0788; }
span { border-color: rgb(172,7,136); }
td.TdClassName
{
border-color: #AC0788;
}
.TagClassName
{
border-color: #AC0788;
}
</style>