Shades of Eggplant #AC007A
Tints of Eggplant #AC007A
RGB
CMYK
RGB Variations
Color information
#AC007A (or 0xAC007A) is known color: Eggplant. HEX triplet: AC, 00 and 7A. RGB value is (172,0,122). Sum of RGB (Red+Green+Blue) = 172+0+122=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC007A is #53FF85. Grayscale: #414141. Windows color (decimal): -5504902 or 7995564. OLE color: 7995564.
HSL color Cylindrical-coordinate representation of color #AC007A: hue angle of 317.44º 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 #AC007A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.29 | 0.33 |
| HSL | 317.44º | 1% | 0.34% | - |
| HSV(B) | 317.44º | 1% | 0.67% | - |
| XYZ | 20.53 | 10.18 | 19.29 | - |
| YUV | 65.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 122 | 0 | 1 | 0.29 | 0.33 | 317.44 | 1 | 0.34 |
| Hex | AC | 0 | 7A | 0 | 64 | 1D | 21 | 13D | 64 | 22 |
| Octal | 254 | 0 | 172 | 0 | 144 | 35 | 41 | 475 | 144 | 42 |
| Binary | 10101100 | 0 | 1111010 | 0 | 1100100 | 11101 | 100001 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AC007A
Complementary color
Monochromatic Colors of #AC007A
Black with #AC007A
Text Example
Text Example
White with #AC007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC007A; }
p { color: rgb(172,0,122); }
H1.HeaderClassName
{
color: #AC007A;
}
.AnyTagClassName
{
color: #AC007A;
}
</style>
background-color css
<style>
a { background-color: #AC007A; }
a { background-color: rgb(172,0,122); }
div.DivClassName
{
background-color: #AC007A;
}
.BgClassName
{
background-color: #AC007A;
}
</style>
border-color css
<style>
span { border-color: #AC007A; }
span { border-color: rgb(172,0,122); }
td.TdClassName
{
border-color: #AC007A;
}
.TagClassName
{
border-color: #AC007A;
}
</style>