Shades of Medium Violet Red #AC088C
Tints of Medium Violet Red #AC088C
RGB
CMYK
RGB Variations
Color information
#AC088C (or 0xAC088C) is known color: Medium Violet Red. HEX triplet: AC, 08 and 8C. RGB value is (172,8,140). Sum of RGB (Red+Green+Blue) = 172+8+140=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088C is #53F773. Grayscale: #474747. Windows color (decimal): -5502836 or 9177260. OLE color: 9177260.
HSL color Cylindrical-coordinate representation of color #AC088C: hue angle of 311.71º 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 #AC088C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.33 |
| HSL | 311.71º | 0.91% | 0.35% | - |
| HSV(B) | 311.71º | 0.95% | 0.67% | - |
| XYZ | 21.83 | 10.84 | 25.75 | - |
| YUV | 72.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 140 | 0 | 0.95 | 0.19 | 0.33 | 311.71 | 0.91 | 0.35 |
| Hex | AC | 8 | 8C | 0 | 5F | 13 | 21 | 138 | 5B | 23 |
| Octal | 254 | 10 | 214 | 0 | 137 | 23 | 41 | 470 | 133 | 43 |
| Binary | 10101100 | 1000 | 10001100 | 0 | 1011111 | 10011 | 100001 | 100111000 | 1011011 | 100011 |
Color Harmonies of #AC088C
Complementary color
Monochromatic Colors of #AC088C
Black with #AC088C
Text Example
Text Example
White with #AC088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC088C; }
p { color: rgb(172,8,140); }
H1.HeaderClassName
{
color: #AC088C;
}
.AnyTagClassName
{
color: #AC088C;
}
</style>
background-color css
<style>
a { background-color: #AC088C; }
a { background-color: rgb(172,8,140); }
div.DivClassName
{
background-color: #AC088C;
}
.BgClassName
{
background-color: #AC088C;
}
</style>
border-color css
<style>
span { border-color: #AC088C; }
span { border-color: rgb(172,8,140); }
td.TdClassName
{
border-color: #AC088C;
}
.TagClassName
{
border-color: #AC088C;
}
</style>