Shades of Eggplant #A90179
Tints of Eggplant #A90179
RGB
CMYK
RGB Variations
Color information
#A90179 (or 0xA90179) is known color: Eggplant. HEX triplet: A9, 01 and 79. RGB value is (169,1,121). Sum of RGB (Red+Green+Blue) = 169+1+121=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A90179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90179 is #56FE86. Grayscale: #404040. Windows color (decimal): -5701255 or 7930281. OLE color: 7930281.
HSL color Cylindrical-coordinate representation of color #A90179: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90179 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.34 |
| HSL | 317.14º | 0.99% | 0.33% | - |
| HSV(B) | 317.14º | 0.99% | 0.66% | - |
| XYZ | 19.82 | 9.84 | 18.94 | - |
| YUV | 64.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 121 | 0 | 0.99 | 0.28 | 0.34 | 317.14 | 0.99 | 0.33 |
| Hex | A9 | 1 | 79 | 0 | 63 | 1C | 22 | 13D | 63 | 21 |
| Octal | 251 | 1 | 171 | 0 | 143 | 34 | 42 | 475 | 143 | 41 |
| Binary | 10101001 | 1 | 1111001 | 0 | 1100011 | 11100 | 100010 | 100111101 | 1100011 | 100001 |
Color Harmonies of #A90179
Complementary color
Monochromatic Colors of #A90179
Black with #A90179
Text Example
Text Example
White with #A90179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90179; }
p { color: rgb(169,1,121); }
H1.HeaderClassName
{
color: #A90179;
}
.AnyTagClassName
{
color: #A90179;
}
</style>
background-color css
<style>
a { background-color: #A90179; }
a { background-color: rgb(169,1,121); }
div.DivClassName
{
background-color: #A90179;
}
.BgClassName
{
background-color: #A90179;
}
</style>
border-color css
<style>
span { border-color: #A90179; }
span { border-color: rgb(169,1,121); }
td.TdClassName
{
border-color: #A90179;
}
.TagClassName
{
border-color: #A90179;
}
</style>