Shades of Medium Violet Red #AC0488
Tints of Medium Violet Red #AC0488
RGB
CMYK
RGB Variations
Color information
#AC0488 (or 0xAC0488) is known color: Medium Violet Red. HEX triplet: AC, 04 and 88. RGB value is (172,4,136). Sum of RGB (Red+Green+Blue) = 172+4+136=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0488 is #53FB77. Grayscale: #444444. Windows color (decimal): -5503864 or 8914092. OLE color: 8914092.
HSL color Cylindrical-coordinate representation of color #AC0488: hue angle of 312.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0488 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.33 |
| HSL | 312.86º | 0.95% | 0.35% | - |
| HSV(B) | 312.86º | 0.98% | 0.67% | - |
| XYZ | 21.5 | 10.64 | 24.21 | - |
| YUV | 69.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 136 | 0 | 0.98 | 0.21 | 0.33 | 312.86 | 0.95 | 0.35 |
| Hex | AC | 4 | 88 | 0 | 62 | 15 | 21 | 139 | 5F | 23 |
| Octal | 254 | 4 | 210 | 0 | 142 | 25 | 41 | 471 | 137 | 43 |
| Binary | 10101100 | 100 | 10001000 | 0 | 1100010 | 10101 | 100001 | 100111001 | 1011111 | 100011 |
Color Harmonies of #AC0488
Complementary color
Monochromatic Colors of #AC0488
Black with #AC0488
Text Example
Text Example
White with #AC0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0488; }
p { color: rgb(172,4,136); }
H1.HeaderClassName
{
color: #AC0488;
}
.AnyTagClassName
{
color: #AC0488;
}
</style>
background-color css
<style>
a { background-color: #AC0488; }
a { background-color: rgb(172,4,136); }
div.DivClassName
{
background-color: #AC0488;
}
.BgClassName
{
background-color: #AC0488;
}
</style>
border-color css
<style>
span { border-color: #AC0488; }
span { border-color: rgb(172,4,136); }
td.TdClassName
{
border-color: #AC0488;
}
.TagClassName
{
border-color: #AC0488;
}
</style>