Shades of Medium Violet Red #AC068A
Tints of Medium Violet Red #AC068A
RGB
CMYK
RGB Variations
Color information
#AC068A (or 0xAC068A) is known color: Medium Violet Red. HEX triplet: AC, 06 and 8A. RGB value is (172,6,138). Sum of RGB (Red+Green+Blue) = 172+6+138=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC068A is #53F975. Grayscale: #464646. Windows color (decimal): -5503350 or 9045676. OLE color: 9045676.
HSL color Cylindrical-coordinate representation of color #AC068A: hue angle of 312.29º 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 #AC068A is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.33 |
| HSL | 312.29º | 0.93% | 0.35% | - |
| HSV(B) | 312.29º | 0.97% | 0.67% | - |
| XYZ | 21.67 | 10.74 | 24.98 | - |
| YUV | 70.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 138 | 0 | 0.97 | 0.20 | 0.33 | 312.29 | 0.93 | 0.35 |
| Hex | AC | 6 | 8A | 0 | 61 | 14 | 21 | 138 | 5D | 23 |
| Octal | 254 | 6 | 212 | 0 | 141 | 24 | 41 | 470 | 135 | 43 |
| Binary | 10101100 | 110 | 10001010 | 0 | 1100001 | 10100 | 100001 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AC068A
Complementary color
Monochromatic Colors of #AC068A
Black with #AC068A
Text Example
Text Example
White with #AC068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC068A; }
p { color: rgb(172,6,138); }
H1.HeaderClassName
{
color: #AC068A;
}
.AnyTagClassName
{
color: #AC068A;
}
</style>
background-color css
<style>
a { background-color: #AC068A; }
a { background-color: rgb(172,6,138); }
div.DivClassName
{
background-color: #AC068A;
}
.BgClassName
{
background-color: #AC068A;
}
</style>
border-color css
<style>
span { border-color: #AC068A; }
span { border-color: rgb(172,6,138); }
td.TdClassName
{
border-color: #AC068A;
}
.TagClassName
{
border-color: #AC068A;
}
</style>