Shades of Eggplant #A9077B
Tints of Eggplant #A9077B
RGB
CMYK
RGB Variations
Color information
#A9077B (or 0xA9077B) is known color: Eggplant. HEX triplet: A9, 07 and 7B. RGB value is (169,7,123). Sum of RGB (Red+Green+Blue) = 169+7+123=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9077B is #56F884. Grayscale: #444444. Windows color (decimal): -5699717 or 8062889. OLE color: 8062889.
HSL color Cylindrical-coordinate representation of color #A9077B: hue angle of 317.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9077B is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.34 |
| HSL | 317.04º | 0.92% | 0.35% | - |
| HSV(B) | 317.04º | 0.96% | 0.66% | - |
| XYZ | 20.01 | 10.02 | 19.62 | - |
| YUV | 68.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 123 | 0 | 0.96 | 0.27 | 0.34 | 317.04 | 0.92 | 0.35 |
| Hex | A9 | 7 | 7B | 0 | 60 | 1B | 22 | 13D | 5C | 23 |
| Octal | 251 | 7 | 173 | 0 | 140 | 33 | 42 | 475 | 134 | 43 |
| Binary | 10101001 | 111 | 1111011 | 0 | 1100000 | 11011 | 100010 | 100111101 | 1011100 | 100011 |
Color Harmonies of #A9077B
Complementary color
Monochromatic Colors of #A9077B
Black with #A9077B
Text Example
Text Example
White with #A9077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9077B; }
p { color: rgb(169,7,123); }
H1.HeaderClassName
{
color: #A9077B;
}
.AnyTagClassName
{
color: #A9077B;
}
</style>
background-color css
<style>
a { background-color: #A9077B; }
a { background-color: rgb(169,7,123); }
div.DivClassName
{
background-color: #A9077B;
}
.BgClassName
{
background-color: #A9077B;
}
</style>
border-color css
<style>
span { border-color: #A9077B; }
span { border-color: rgb(169,7,123); }
td.TdClassName
{
border-color: #A9077B;
}
.TagClassName
{
border-color: #A9077B;
}
</style>