Shades of Eggplant #A90C7E
Tints of Eggplant #A90C7E
RGB
CMYK
RGB Variations
Color information
#A90C7E (or 0xA90C7E) is known color: Eggplant. HEX triplet: A9, 0C and 7E. RGB value is (169,12,126). Sum of RGB (Red+Green+Blue) = 169+12+126=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C7E is #56F381. Grayscale: #474747. Windows color (decimal): -5698434 or 8260777. OLE color: 8260777.
HSL color Cylindrical-coordinate representation of color #A90C7E: hue angle of 316.43º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C7E is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.34 |
| HSL | 316.43º | 0.87% | 0.35% | - |
| HSV(B) | 316.43º | 0.93% | 0.66% | - |
| XYZ | 20.26 | 10.2 | 20.64 | - |
| YUV | 71.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 126 | 0 | 0.93 | 0.25 | 0.34 | 316.43 | 0.87 | 0.35 |
| Hex | A9 | C | 7E | 0 | 5D | 19 | 22 | 13C | 57 | 23 |
| Octal | 251 | 14 | 176 | 0 | 135 | 31 | 42 | 474 | 127 | 43 |
| Binary | 10101001 | 1100 | 1111110 | 0 | 1011101 | 11001 | 100010 | 100111100 | 1010111 | 100011 |
Color Harmonies of #A90C7E
Complementary color
Monochromatic Colors of #A90C7E
Black with #A90C7E
Text Example
Text Example
White with #A90C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C7E; }
p { color: rgb(169,12,126); }
H1.HeaderClassName
{
color: #A90C7E;
}
.AnyTagClassName
{
color: #A90C7E;
}
</style>
background-color css
<style>
a { background-color: #A90C7E; }
a { background-color: rgb(169,12,126); }
div.DivClassName
{
background-color: #A90C7E;
}
.BgClassName
{
background-color: #A90C7E;
}
</style>
border-color css
<style>
span { border-color: #A90C7E; }
span { border-color: rgb(169,12,126); }
td.TdClassName
{
border-color: #A90C7E;
}
.TagClassName
{
border-color: #A90C7E;
}
</style>