Shades of Eggplant #AC0678
Tints of Eggplant #AC0678
RGB
CMYK
RGB Variations
Color information
#AC0678 (or 0xAC0678) is known color: Eggplant. HEX triplet: AC, 06 and 78. RGB value is (172,6,120). Sum of RGB (Red+Green+Blue) = 172+6+120=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0678 is #53F987. Grayscale: #444444. Windows color (decimal): -5503368 or 7866028. OLE color: 7866028.
HSL color Cylindrical-coordinate representation of color #AC0678: hue angle of 318.8º 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 #AC0678 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.33 |
| HSL | 318.8º | 0.93% | 0.35% | - |
| HSV(B) | 318.8º | 0.97% | 0.67% | - |
| XYZ | 20.47 | 10.26 | 18.67 | - |
| YUV | 68.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 120 | 0 | 0.97 | 0.30 | 0.33 | 318.8 | 0.93 | 0.35 |
| Hex | AC | 6 | 78 | 0 | 61 | 1E | 21 | 13F | 5D | 23 |
| Octal | 254 | 6 | 170 | 0 | 141 | 36 | 41 | 477 | 135 | 43 |
| Binary | 10101100 | 110 | 1111000 | 0 | 1100001 | 11110 | 100001 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AC0678
Complementary color
Monochromatic Colors of #AC0678
Black with #AC0678
Text Example
Text Example
White with #AC0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0678; }
p { color: rgb(172,6,120); }
H1.HeaderClassName
{
color: #AC0678;
}
.AnyTagClassName
{
color: #AC0678;
}
</style>
background-color css
<style>
a { background-color: #AC0678; }
a { background-color: rgb(172,6,120); }
div.DivClassName
{
background-color: #AC0678;
}
.BgClassName
{
background-color: #AC0678;
}
</style>
border-color css
<style>
span { border-color: #AC0678; }
span { border-color: rgb(172,6,120); }
td.TdClassName
{
border-color: #AC0678;
}
.TagClassName
{
border-color: #AC0678;
}
</style>