Shades of Medium Violet Red #AC088A
Tints of Medium Violet Red #AC088A
RGB
CMYK
RGB Variations
Color information
#AC088A (or 0xAC088A) is known color: Medium Violet Red. HEX triplet: AC, 08 and 8A. RGB value is (172,8,138). Sum of RGB (Red+Green+Blue) = 172+8+138=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088A is #53F775. Grayscale: #474747. Windows color (decimal): -5502838 or 9046188. OLE color: 9046188.
HSL color Cylindrical-coordinate representation of color #AC088A: hue angle of 312.44º 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 #AC088A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.44º | 0.91% | 0.35% | - |
| HSV(B) | 312.44º | 0.95% | 0.67% | - |
| XYZ | 21.69 | 10.78 | 24.98 | - |
| YUV | 71.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 138 | 0 | 0.95 | 0.20 | 0.33 | 312.44 | 0.91 | 0.35 |
| Hex | AC | 8 | 8A | 0 | 5F | 14 | 21 | 138 | 5B | 23 |
| Octal | 254 | 10 | 212 | 0 | 137 | 24 | 41 | 470 | 133 | 43 |
| Binary | 10101100 | 1000 | 10001010 | 0 | 1011111 | 10100 | 100001 | 100111000 | 1011011 | 100011 |
Color Harmonies of #AC088A
Complementary color
Monochromatic Colors of #AC088A
Black with #AC088A
Text Example
Text Example
White with #AC088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC088A; }
p { color: rgb(172,8,138); }
H1.HeaderClassName
{
color: #AC088A;
}
.AnyTagClassName
{
color: #AC088A;
}
</style>
background-color css
<style>
a { background-color: #AC088A; }
a { background-color: rgb(172,8,138); }
div.DivClassName
{
background-color: #AC088A;
}
.BgClassName
{
background-color: #AC088A;
}
</style>
border-color css
<style>
span { border-color: #AC088A; }
span { border-color: rgb(172,8,138); }
td.TdClassName
{
border-color: #AC088A;
}
.TagClassName
{
border-color: #AC088A;
}
</style>