Shades of Eggplant #AC007E
Tints of Eggplant #AC007E
RGB
CMYK
RGB Variations
Color information
#AC007E (or 0xAC007E) is known color: Eggplant. HEX triplet: AC, 00 and 7E. RGB value is (172,0,126). Sum of RGB (Red+Green+Blue) = 172+0+126=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC007E is #53FF81. Grayscale: #414141. Windows color (decimal): -5504898 or 8257708. OLE color: 8257708.
HSL color Cylindrical-coordinate representation of color #AC007E: hue angle of 316.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC007E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.27 | 0.33 |
| HSL | 316.05º | 1% | 0.34% | - |
| HSV(B) | 316.05º | 1% | 0.67% | - |
| XYZ | 20.78 | 10.28 | 20.63 | - |
| YUV | 65.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 126 | 0 | 1 | 0.27 | 0.33 | 316.05 | 1 | 0.34 |
| Hex | AC | 0 | 7E | 0 | 64 | 1B | 21 | 13C | 64 | 22 |
| Octal | 254 | 0 | 176 | 0 | 144 | 33 | 41 | 474 | 144 | 42 |
| Binary | 10101100 | 0 | 1111110 | 0 | 1100100 | 11011 | 100001 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AC007E
Complementary color
Monochromatic Colors of #AC007E
Black with #AC007E
Text Example
Text Example
White with #AC007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC007E; }
p { color: rgb(172,0,126); }
H1.HeaderClassName
{
color: #AC007E;
}
.AnyTagClassName
{
color: #AC007E;
}
</style>
background-color css
<style>
a { background-color: #AC007E; }
a { background-color: rgb(172,0,126); }
div.DivClassName
{
background-color: #AC007E;
}
.BgClassName
{
background-color: #AC007E;
}
</style>
border-color css
<style>
span { border-color: #AC007E; }
span { border-color: rgb(172,0,126); }
td.TdClassName
{
border-color: #AC007E;
}
.TagClassName
{
border-color: #AC007E;
}
</style>