#A90076

Color #A90076 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A90076

Tints of Eggplant #A90076

Color information

#A90076 (or 0xA90076) is unknown color: approx Eggplant. HEX triplet: A9, 00 and 76. RGB value is (169,0,118). Sum of RGB (Red+Green+Blue) = 169+0+118=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A90076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90076 is #56FF89. Grayscale: #3F3F3F. Windows color (decimal): -5701514 or 7733417. OLE color: 7733417.

HSL color Cylindrical-coordinate representation of color #A90076: hue angle of 318.11º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90076 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB1690118-
CMYK010.300.34
HSL318.11º100%33.14%-
HSV(B)318.11º100%66.27%-
XYZ19.639.7417.99-
YUV63.98158.49202.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 58.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=58.89%
G=0%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690118010.300.34318.1110033.14
HexA90760641E2213e6421
Octal25101660144364247614441
Binary101010010111011001100100111101000101001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90076; }

 p { color: rgb(169,0,118); }

 H1.HeaderClassName
 {
   color: #A90076;
 }
 .AnyTagClassName
 {
   color: #A90076;
 }
</style>
background-color css

<style>
 a { background-color: #A90076; }

 a { background-color: rgb(169,0,118); }

 div.DivClassName
 {
   background-color: #A90076;
 }
 .BgClassName
 {
   background-color: #A90076;
 }
</style>
border-color css

<style>
 span { border-color: #A90076; }

 span { border-color: rgb(169,0,118); }

 td.TdClassName
 {
   border-color: #A90076;
 }
 .TagClassName
 {
   border-color: #A90076;
 }
</style>