Shades of Eggplant #A9007E
Tints of Eggplant #A9007E
RGB
CMYK
RGB Variations
Color information
#A9007E (or 0xA9007E) is known color: Eggplant. HEX triplet: A9, 00 and 7E. RGB value is (169,0,126). Sum of RGB (Red+Green+Blue) = 169+0+126=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9007E is #56FF81. Grayscale: #404040. Windows color (decimal): -5701506 or 8257705. OLE color: 8257705.
HSL color Cylindrical-coordinate representation of color #A9007E: hue angle of 315.27º 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 #A9007E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.25 | 0.34 |
| HSL | 315.27º | 1% | 0.33% | - |
| HSV(B) | 315.27º | 1% | 0.66% | - |
| XYZ | 20.13 | 9.94 | 20.6 | - |
| YUV | 64.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 126 | 0 | 1 | 0.25 | 0.34 | 315.27 | 1 | 0.33 |
| Hex | A9 | 0 | 7E | 0 | 64 | 19 | 22 | 13B | 64 | 21 |
| Octal | 251 | 0 | 176 | 0 | 144 | 31 | 42 | 473 | 144 | 41 |
| Binary | 10101001 | 0 | 1111110 | 0 | 1100100 | 11001 | 100010 | 100111011 | 1100100 | 100001 |
Color Harmonies of #A9007E
Complementary color
Monochromatic Colors of #A9007E
Black with #A9007E
Text Example
Text Example
White with #A9007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9007E; }
p { color: rgb(169,0,126); }
H1.HeaderClassName
{
color: #A9007E;
}
.AnyTagClassName
{
color: #A9007E;
}
</style>
background-color css
<style>
a { background-color: #A9007E; }
a { background-color: rgb(169,0,126); }
div.DivClassName
{
background-color: #A9007E;
}
.BgClassName
{
background-color: #A9007E;
}
</style>
border-color css
<style>
span { border-color: #A9007E; }
span { border-color: rgb(169,0,126); }
td.TdClassName
{
border-color: #A9007E;
}
.TagClassName
{
border-color: #A9007E;
}
</style>