Shades of Medium Violet Red #AC068D
Tints of Medium Violet Red #AC068D
RGB
CMYK
RGB Variations
Color information
#AC068D (or 0xAC068D) is known color: Medium Violet Red. HEX triplet: AC, 06 and 8D. RGB value is (172,6,141). Sum of RGB (Red+Green+Blue) = 172+6+141=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC068D is #53F972. Grayscale: #464646. Windows color (decimal): -5503347 or 9242284. OLE color: 9242284.
HSL color Cylindrical-coordinate representation of color #AC068D: hue angle of 311.2º 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 #AC068D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.33 |
| HSL | 311.2º | 0.93% | 0.35% | - |
| HSV(B) | 311.2º | 0.97% | 0.67% | - |
| XYZ | 21.89 | 10.82 | 26.14 | - |
| YUV | 71.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 141 | 0 | 0.97 | 0.18 | 0.33 | 311.2 | 0.93 | 0.35 |
| Hex | AC | 6 | 8D | 0 | 61 | 12 | 21 | 137 | 5D | 23 |
| Octal | 254 | 6 | 215 | 0 | 141 | 22 | 41 | 467 | 135 | 43 |
| Binary | 10101100 | 110 | 10001101 | 0 | 1100001 | 10010 | 100001 | 100110111 | 1011101 | 100011 |
Color Harmonies of #AC068D
Complementary color
Monochromatic Colors of #AC068D
Black with #AC068D
Text Example
Text Example
White with #AC068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC068D; }
p { color: rgb(172,6,141); }
H1.HeaderClassName
{
color: #AC068D;
}
.AnyTagClassName
{
color: #AC068D;
}
</style>
background-color css
<style>
a { background-color: #AC068D; }
a { background-color: rgb(172,6,141); }
div.DivClassName
{
background-color: #AC068D;
}
.BgClassName
{
background-color: #AC068D;
}
</style>
border-color css
<style>
span { border-color: #AC068D; }
span { border-color: rgb(172,6,141); }
td.TdClassName
{
border-color: #AC068D;
}
.TagClassName
{
border-color: #AC068D;
}
</style>