Shades of Eggplant #AC077D
Tints of Eggplant #AC077D
RGB
CMYK
RGB Variations
Color information
#AC077D (or 0xAC077D) is known color: Eggplant. HEX triplet: AC, 07 and 7D. RGB value is (172,7,125). Sum of RGB (Red+Green+Blue) = 172+7+125=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC077D is #53F882. Grayscale: #454545. Windows color (decimal): -5503107 or 8193964. OLE color: 8193964.
HSL color Cylindrical-coordinate representation of color #AC077D: hue angle of 317.09º 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 #AC077D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.33 |
| HSL | 317.09º | 0.92% | 0.35% | - |
| HSV(B) | 317.09º | 0.96% | 0.67% | - |
| XYZ | 20.79 | 10.4 | 20.31 | - |
| YUV | 69.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 125 | 0 | 0.96 | 0.27 | 0.33 | 317.09 | 0.92 | 0.35 |
| Hex | AC | 7 | 7D | 0 | 60 | 1B | 21 | 13D | 5C | 23 |
| Octal | 254 | 7 | 175 | 0 | 140 | 33 | 41 | 475 | 134 | 43 |
| Binary | 10101100 | 111 | 1111101 | 0 | 1100000 | 11011 | 100001 | 100111101 | 1011100 | 100011 |
Color Harmonies of #AC077D
Complementary color
Monochromatic Colors of #AC077D
Black with #AC077D
Text Example
Text Example
White with #AC077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC077D; }
p { color: rgb(172,7,125); }
H1.HeaderClassName
{
color: #AC077D;
}
.AnyTagClassName
{
color: #AC077D;
}
</style>
background-color css
<style>
a { background-color: #AC077D; }
a { background-color: rgb(172,7,125); }
div.DivClassName
{
background-color: #AC077D;
}
.BgClassName
{
background-color: #AC077D;
}
</style>
border-color css
<style>
span { border-color: #AC077D; }
span { border-color: rgb(172,7,125); }
td.TdClassName
{
border-color: #AC077D;
}
.TagClassName
{
border-color: #AC077D;
}
</style>