Shades of Eggplant #A9007D
Tints of Eggplant #A9007D
RGB
CMYK
RGB Variations
Color information
#A9007D (or 0xA9007D) is known color: Eggplant. HEX triplet: A9, 00 and 7D. RGB value is (169,0,125). Sum of RGB (Red+Green+Blue) = 169+0+125=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A9007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9007D is #56FF82. Grayscale: #404040. Windows color (decimal): -5701507 or 8192169. OLE color: 8192169.
HSL color Cylindrical-coordinate representation of color #A9007D: hue angle of 315.62º 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 #A9007D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.26 | 0.34 |
| HSL | 315.62º | 1% | 0.33% | - |
| HSV(B) | 315.62º | 1% | 0.66% | - |
| XYZ | 20.06 | 9.92 | 20.26 | - |
| YUV | 64.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 125 | 0 | 1 | 0.26 | 0.34 | 315.62 | 1 | 0.33 |
| Hex | A9 | 0 | 7D | 0 | 64 | 1A | 22 | 13C | 64 | 21 |
| Octal | 251 | 0 | 175 | 0 | 144 | 32 | 42 | 474 | 144 | 41 |
| Binary | 10101001 | 0 | 1111101 | 0 | 1100100 | 11010 | 100010 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A9007D
Complementary color
Monochromatic Colors of #A9007D
Black with #A9007D
Text Example
Text Example
White with #A9007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9007D; }
p { color: rgb(169,0,125); }
H1.HeaderClassName
{
color: #A9007D;
}
.AnyTagClassName
{
color: #A9007D;
}
</style>
background-color css
<style>
a { background-color: #A9007D; }
a { background-color: rgb(169,0,125); }
div.DivClassName
{
background-color: #A9007D;
}
.BgClassName
{
background-color: #A9007D;
}
</style>
border-color css
<style>
span { border-color: #A9007D; }
span { border-color: rgb(169,0,125); }
td.TdClassName
{
border-color: #A9007D;
}
.TagClassName
{
border-color: #A9007D;
}
</style>