Shades of Eggplant #AC077A
Tints of Eggplant #AC077A
RGB
CMYK
RGB Variations
Color information
#AC077A (or 0xAC077A) is known color: Eggplant. HEX triplet: AC, 07 and 7A. RGB value is (172,7,122). Sum of RGB (Red+Green+Blue) = 172+7+122=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077A is #53F885. Grayscale: #454545. Windows color (decimal): -5503110 or 7997356. OLE color: 7997356.
HSL color Cylindrical-coordinate representation of color #AC077A: hue angle of 318.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC077A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.33 |
| HSL | 318.18º | 0.92% | 0.35% | - |
| HSV(B) | 318.18º | 0.96% | 0.67% | - |
| XYZ | 20.6 | 10.33 | 19.32 | - |
| YUV | 69.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 122 | 0 | 0.96 | 0.29 | 0.33 | 318.18 | 0.92 | 0.35 |
| Hex | AC | 7 | 7A | 0 | 60 | 1D | 21 | 13E | 5C | 23 |
| Octal | 254 | 7 | 172 | 0 | 140 | 35 | 41 | 476 | 134 | 43 |
| Binary | 10101100 | 111 | 1111010 | 0 | 1100000 | 11101 | 100001 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AC077A
Complementary color
Monochromatic Colors of #AC077A
Black with #AC077A
Text Example
Text Example
White with #AC077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC077A; }
p { color: rgb(172,7,122); }
H1.HeaderClassName
{
color: #AC077A;
}
.AnyTagClassName
{
color: #AC077A;
}
</style>
background-color css
<style>
a { background-color: #AC077A; }
a { background-color: rgb(172,7,122); }
div.DivClassName
{
background-color: #AC077A;
}
.BgClassName
{
background-color: #AC077A;
}
</style>
border-color css
<style>
span { border-color: #AC077A; }
span { border-color: rgb(172,7,122); }
td.TdClassName
{
border-color: #AC077A;
}
.TagClassName
{
border-color: #AC077A;
}
</style>