Shades of Eggplant #A91078
Tints of Eggplant #A91078
RGB
CMYK
RGB Variations
Color information
#A91078 (or 0xA91078) is known color: Eggplant. HEX triplet: A9, 10 and 78. RGB value is (169,16,120). Sum of RGB (Red+Green+Blue) = 169+16+120=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A91078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91078 is #56EF87. Grayscale: #494949. Windows color (decimal): -5697416 or 7868585. OLE color: 7868585.
HSL color Cylindrical-coordinate representation of color #A91078: hue angle of 319.22º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91078 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 120 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.34 |
| HSL | 319.22º | 0.83% | 0.36% | - |
| HSV(B) | 319.22º | 0.91% | 0.66% | - |
| XYZ | 19.94 | 10.16 | 18.68 | - |
| YUV | 73.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 120 | 0 | 0.91 | 0.29 | 0.34 | 319.22 | 0.83 | 0.36 |
| Hex | A9 | 10 | 78 | 0 | 5B | 1D | 22 | 13F | 53 | 24 |
| Octal | 251 | 20 | 170 | 0 | 133 | 35 | 42 | 477 | 123 | 44 |
| Binary | 10101001 | 10000 | 1111000 | 0 | 1011011 | 11101 | 100010 | 100111111 | 1010011 | 100100 |
Color Harmonies of #A91078
Complementary color
Monochromatic Colors of #A91078
Black with #A91078
Text Example
Text Example
White with #A91078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91078; }
p { color: rgb(169,16,120); }
H1.HeaderClassName
{
color: #A91078;
}
.AnyTagClassName
{
color: #A91078;
}
</style>
background-color css
<style>
a { background-color: #A91078; }
a { background-color: rgb(169,16,120); }
div.DivClassName
{
background-color: #A91078;
}
.BgClassName
{
background-color: #A91078;
}
</style>
border-color css
<style>
span { border-color: #A91078; }
span { border-color: rgb(169,16,120); }
td.TdClassName
{
border-color: #A91078;
}
.TagClassName
{
border-color: #A91078;
}
</style>