Shades of Eggplant #AC007B
Tints of Eggplant #AC007B
RGB
CMYK
RGB Variations
Color information
#AC007B (or 0xAC007B) is known color: Eggplant. HEX triplet: AC, 00 and 7B. RGB value is (172,0,123). Sum of RGB (Red+Green+Blue) = 172+0+123=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC007B is #53FF84. Grayscale: #414141. Windows color (decimal): -5504901 or 8061100. OLE color: 8061100.
HSL color Cylindrical-coordinate representation of color #AC007B: hue angle of 317.09º 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 #AC007B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.28 | 0.33 |
| HSL | 317.09º | 1% | 0.34% | - |
| HSV(B) | 317.09º | 1% | 0.67% | - |
| XYZ | 20.59 | 10.2 | 19.62 | - |
| YUV | 65.45 | 160.48 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 123 | 0 | 1 | 0.28 | 0.33 | 317.09 | 1 | 0.34 |
| Hex | AC | 0 | 7B | 0 | 64 | 1C | 21 | 13D | 64 | 22 |
| Octal | 254 | 0 | 173 | 0 | 144 | 34 | 41 | 475 | 144 | 42 |
| Binary | 10101100 | 0 | 1111011 | 0 | 1100100 | 11100 | 100001 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AC007B
Complementary color
Monochromatic Colors of #AC007B
Black with #AC007B
Text Example
Text Example
White with #AC007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC007B; }
p { color: rgb(172,0,123); }
H1.HeaderClassName
{
color: #AC007B;
}
.AnyTagClassName
{
color: #AC007B;
}
</style>
background-color css
<style>
a { background-color: #AC007B; }
a { background-color: rgb(172,0,123); }
div.DivClassName
{
background-color: #AC007B;
}
.BgClassName
{
background-color: #AC007B;
}
</style>
border-color css
<style>
span { border-color: #AC007B; }
span { border-color: rgb(172,0,123); }
td.TdClassName
{
border-color: #AC007B;
}
.TagClassName
{
border-color: #AC007B;
}
</style>