Shades of Medium Violet Red #AC068C
Tints of Medium Violet Red #AC068C
RGB
CMYK
RGB Variations
Color information
#AC068C (or 0xAC068C) is known color: Medium Violet Red. HEX triplet: AC, 06 and 8C. RGB value is (172,6,140). Sum of RGB (Red+Green+Blue) = 172+6+140=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC068C is #53F973. Grayscale: #464646. Windows color (decimal): -5503348 or 9176748. OLE color: 9176748.
HSL color Cylindrical-coordinate representation of color #AC068C: hue angle of 311.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC068C is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.33 |
| HSL | 311.57º | 0.93% | 0.35% | - |
| HSV(B) | 311.57º | 0.97% | 0.67% | - |
| XYZ | 21.81 | 10.79 | 25.74 | - |
| YUV | 70.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 140 | 0 | 0.97 | 0.19 | 0.33 | 311.57 | 0.93 | 0.35 |
| Hex | AC | 6 | 8C | 0 | 61 | 13 | 21 | 138 | 5D | 23 |
| Octal | 254 | 6 | 214 | 0 | 141 | 23 | 41 | 470 | 135 | 43 |
| Binary | 10101100 | 110 | 10001100 | 0 | 1100001 | 10011 | 100001 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AC068C
Complementary color
Monochromatic Colors of #AC068C
Black with #AC068C
Text Example
Text Example
White with #AC068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC068C; }
p { color: rgb(172,6,140); }
H1.HeaderClassName
{
color: #AC068C;
}
.AnyTagClassName
{
color: #AC068C;
}
</style>
background-color css
<style>
a { background-color: #AC068C; }
a { background-color: rgb(172,6,140); }
div.DivClassName
{
background-color: #AC068C;
}
.BgClassName
{
background-color: #AC068C;
}
</style>
border-color css
<style>
span { border-color: #AC068C; }
span { border-color: rgb(172,6,140); }
td.TdClassName
{
border-color: #AC068C;
}
.TagClassName
{
border-color: #AC068C;
}
</style>