#AA0077

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

Shades of Eggplant #AA0077

Tints of Eggplant #AA0077

Color information

#AA0077 (or 0xAA0077) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 77. RGB value is (170,0,119). Sum of RGB (Red+Green+Blue) = 170+0+119=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0077 is #55FF88. Grayscale: #404040. Windows color (decimal): -5635977 or 7798954. OLE color: 7798954.

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

Color convert

RGB1700119-
CMYK010.30.33
HSL318º100%33.33%-
HSV(B)318º100%66.67%-
XYZ19.919.8818.31-
YUV64.4158.82203.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=58.82%
G=0%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700119010.30.3331810033.33
HexAA0770641E2113e6421
Octal25201670144364147614441
Binary101010100111011101100100111101000011001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0077; }

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

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

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

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

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

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

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

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