Shades of Eggplant #A9007B
Tints of Eggplant #A9007B
RGB
CMYK
RGB Variations
Color information
#A9007B (or 0xA9007B) is known color: Eggplant. HEX triplet: A9, 00 and 7B. RGB value is (169,0,123). Sum of RGB (Red+Green+Blue) = 169+0+123=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A9007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9007B is #56FF84. Grayscale: #404040. Windows color (decimal): -5701509 or 8061097. OLE color: 8061097.
HSL color Cylindrical-coordinate representation of color #A9007B: hue angle of 316.33º 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 #A9007B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.27 | 0.34 |
| HSL | 316.33º | 1% | 0.33% | - |
| HSV(B) | 316.33º | 1% | 0.66% | - |
| XYZ | 19.94 | 9.87 | 19.59 | - |
| YUV | 64.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 123 | 0 | 1 | 0.27 | 0.34 | 316.33 | 1 | 0.33 |
| Hex | A9 | 0 | 7B | 0 | 64 | 1B | 22 | 13C | 64 | 21 |
| Octal | 251 | 0 | 173 | 0 | 144 | 33 | 42 | 474 | 144 | 41 |
| Binary | 10101001 | 0 | 1111011 | 0 | 1100100 | 11011 | 100010 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A9007B
Complementary color
Monochromatic Colors of #A9007B
Black with #A9007B
Text Example
Text Example
White with #A9007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9007B; }
p { color: rgb(169,0,123); }
H1.HeaderClassName
{
color: #A9007B;
}
.AnyTagClassName
{
color: #A9007B;
}
</style>
background-color css
<style>
a { background-color: #A9007B; }
a { background-color: rgb(169,0,123); }
div.DivClassName
{
background-color: #A9007B;
}
.BgClassName
{
background-color: #A9007B;
}
</style>
border-color css
<style>
span { border-color: #A9007B; }
span { border-color: rgb(169,0,123); }
td.TdClassName
{
border-color: #A9007B;
}
.TagClassName
{
border-color: #A9007B;
}
</style>