Shades of Eggplant #A8006E
Tints of Eggplant #A8006E
RGB
CMYK
RGB Variations
Color information
#A8006E (or 0xA8006E) is known color: Eggplant. HEX triplet: A8, 00 and 6E. RGB value is (168,0,110). Sum of RGB (Red+Green+Blue) = 168+0+110=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8006E is #57FF91. Grayscale: #3E3E3E. Windows color (decimal): -5767058 or 7209128. OLE color: 7209128.
HSL color Cylindrical-coordinate representation of color #A8006E: hue angle of 320.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 #A8006E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.35 | 0.34 |
| HSL | 320.71º | 1% | 0.33% | - |
| HSV(B) | 320.71º | 1% | 0.66% | - |
| XYZ | 18.96 | 9.45 | 15.58 | - |
| YUV | 62.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 110 | 0 | 1 | 0.35 | 0.34 | 320.71 | 1 | 0.33 |
| Hex | A8 | 0 | 6E | 0 | 64 | 23 | 22 | 141 | 64 | 21 |
| Octal | 250 | 0 | 156 | 0 | 144 | 43 | 42 | 501 | 144 | 41 |
| Binary | 10101000 | 0 | 1101110 | 0 | 1100100 | 100011 | 100010 | 101000001 | 1100100 | 100001 |
Color Harmonies of #A8006E
Complementary color
Monochromatic Colors of #A8006E
Black with #A8006E
Text Example
Text Example
White with #A8006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8006E; }
p { color: rgb(168,0,110); }
H1.HeaderClassName
{
color: #A8006E;
}
.AnyTagClassName
{
color: #A8006E;
}
</style>
background-color css
<style>
a { background-color: #A8006E; }
a { background-color: rgb(168,0,110); }
div.DivClassName
{
background-color: #A8006E;
}
.BgClassName
{
background-color: #A8006E;
}
</style>
border-color css
<style>
span { border-color: #A8006E; }
span { border-color: rgb(168,0,110); }
td.TdClassName
{
border-color: #A8006E;
}
.TagClassName
{
border-color: #A8006E;
}
</style>