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