Shades of Eggplant #A8007C
Tints of Eggplant #A8007C
RGB
CMYK
RGB Variations
Color information
#A8007C (or 0xA8007C) is known color: Eggplant. HEX triplet: A8, 00 and 7C. RGB value is (168,0,124). Sum of RGB (Red+Green+Blue) = 168+0+124=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8007C is #57FF83. Grayscale: #404040. Windows color (decimal): -5767044 or 8126632. OLE color: 8126632.
HSL color Cylindrical-coordinate representation of color #A8007C: hue angle of 315.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8007C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.26 | 0.34 |
| HSL | 315.71º | 1% | 0.33% | - |
| HSV(B) | 315.71º | 1% | 0.66% | - |
| XYZ | 19.79 | 9.78 | 19.91 | - |
| YUV | 64.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 124 | 0 | 1 | 0.26 | 0.34 | 315.71 | 1 | 0.33 |
| Hex | A8 | 0 | 7C | 0 | 64 | 1A | 22 | 13C | 64 | 21 |
| Octal | 250 | 0 | 174 | 0 | 144 | 32 | 42 | 474 | 144 | 41 |
| Binary | 10101000 | 0 | 1111100 | 0 | 1100100 | 11010 | 100010 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A8007C
Complementary color
Monochromatic Colors of #A8007C
Black with #A8007C
Text Example
Text Example
White with #A8007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8007C; }
p { color: rgb(168,0,124); }
H1.HeaderClassName
{
color: #A8007C;
}
.AnyTagClassName
{
color: #A8007C;
}
</style>
background-color css
<style>
a { background-color: #A8007C; }
a { background-color: rgb(168,0,124); }
div.DivClassName
{
background-color: #A8007C;
}
.BgClassName
{
background-color: #A8007C;
}
</style>
border-color css
<style>
span { border-color: #A8007C; }
span { border-color: rgb(168,0,124); }
td.TdClassName
{
border-color: #A8007C;
}
.TagClassName
{
border-color: #A8007C;
}
</style>