Shades of Eggplant #A90478
Tints of Eggplant #A90478
RGB
CMYK
RGB Variations
Color information
#A90478 (or 0xA90478) is known color: Eggplant. HEX triplet: A9, 04 and 78. RGB value is (169,4,120). Sum of RGB (Red+Green+Blue) = 169+4+120=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A90478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90478 is #56FB87. Grayscale: #424242. Windows color (decimal): -5700488 or 7865513. OLE color: 7865513.
HSL color Cylindrical-coordinate representation of color #A90478: hue angle of 317.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90478 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.34 |
| HSL | 317.82º | 0.95% | 0.34% | - |
| HSV(B) | 317.82º | 0.98% | 0.66% | - |
| XYZ | 19.8 | 9.88 | 18.63 | - |
| YUV | 66.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 120 | 0 | 0.98 | 0.29 | 0.34 | 317.82 | 0.95 | 0.34 |
| Hex | A9 | 4 | 78 | 0 | 62 | 1D | 22 | 13E | 5F | 22 |
| Octal | 251 | 4 | 170 | 0 | 142 | 35 | 42 | 476 | 137 | 42 |
| Binary | 10101001 | 100 | 1111000 | 0 | 1100010 | 11101 | 100010 | 100111110 | 1011111 | 100010 |
Color Harmonies of #A90478
Complementary color
Monochromatic Colors of #A90478
Black with #A90478
Text Example
Text Example
White with #A90478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90478; }
p { color: rgb(169,4,120); }
H1.HeaderClassName
{
color: #A90478;
}
.AnyTagClassName
{
color: #A90478;
}
</style>
background-color css
<style>
a { background-color: #A90478; }
a { background-color: rgb(169,4,120); }
div.DivClassName
{
background-color: #A90478;
}
.BgClassName
{
background-color: #A90478;
}
</style>
border-color css
<style>
span { border-color: #A90478; }
span { border-color: rgb(169,4,120); }
td.TdClassName
{
border-color: #A90478;
}
.TagClassName
{
border-color: #A90478;
}
</style>