#A90077

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

Shades of Eggplant #A90077

Tints of Eggplant #A90077

Color information

#A90077 (or 0xA90077) is unknown color: approx Eggplant. HEX triplet: A9, 00 and 77. RGB value is (169,0,119). Sum of RGB (Red+Green+Blue) = 169+0+119=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A90077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90077 is #56FF88. Grayscale: #3F3F3F. Windows color (decimal): -5701513 or 7798953. OLE color: 7798953.

HSL color Cylindrical-coordinate representation of color #A90077: hue angle of 317.75º 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 #A90077 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB1690119-
CMYK010.300.34
HSL317.75º100%33.14%-
HSV(B)317.75º100%66.27%-
XYZ19.699.7718.3-
YUV64.1158.99202.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=58.68%
G=0%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690119010.300.34317.7510033.14
HexA90770641E2213e6421
Octal25101670144364247614441
Binary101010010111011101100100111101000101001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90077; }

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

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

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

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

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

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

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

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