Shades of Eggplant #A8007A
Tints of Eggplant #A8007A
RGB
CMYK
RGB Variations
Color information
#A8007A (or 0xA8007A) is known color: Eggplant. HEX triplet: A8, 00 and 7A. RGB value is (168,0,122). Sum of RGB (Red+Green+Blue) = 168+0+122=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A8007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8007A is #57FF85. Grayscale: #3F3F3F. Windows color (decimal): -5767046 or 7995560. OLE color: 7995560.
HSL color Cylindrical-coordinate representation of color #A8007A: hue angle of 316.43º 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 #A8007A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.27 | 0.34 |
| HSL | 316.43º | 1% | 0.33% | - |
| HSV(B) | 316.43º | 1% | 0.66% | - |
| XYZ | 19.66 | 9.73 | 19.25 | - |
| YUV | 64.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 122 | 0 | 1 | 0.27 | 0.34 | 316.43 | 1 | 0.33 |
| Hex | A8 | 0 | 7A | 0 | 64 | 1B | 22 | 13C | 64 | 21 |
| Octal | 250 | 0 | 172 | 0 | 144 | 33 | 42 | 474 | 144 | 41 |
| Binary | 10101000 | 0 | 1111010 | 0 | 1100100 | 11011 | 100010 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A8007A
Complementary color
Monochromatic Colors of #A8007A
Black with #A8007A
Text Example
Text Example
White with #A8007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8007A; }
p { color: rgb(168,0,122); }
H1.HeaderClassName
{
color: #A8007A;
}
.AnyTagClassName
{
color: #A8007A;
}
</style>
background-color css
<style>
a { background-color: #A8007A; }
a { background-color: rgb(168,0,122); }
div.DivClassName
{
background-color: #A8007A;
}
.BgClassName
{
background-color: #A8007A;
}
</style>
border-color css
<style>
span { border-color: #A8007A; }
span { border-color: rgb(168,0,122); }
td.TdClassName
{
border-color: #A8007A;
}
.TagClassName
{
border-color: #A8007A;
}
</style>