#AA0080

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

Shades of Eggplant #AA0080

Tints of Eggplant #AA0080

Color information

#AA0080 (or 0xAA0080) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 80. RGB value is (170,0,128). Sum of RGB (Red+Green+Blue) = 170+0+128=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0080 is #55FF7F. Grayscale: #414141. Windows color (decimal): -5635968 or 8388778. OLE color: 8388778.

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

Color convert

RGB1700128-
CMYK010.250.33
HSL314.82º100%33.33%-
HSV(B)314.82º100%66.67%-
XYZ20.4710.121.29-
YUV65.42163.32202.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=57.05%
G=0%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700128010.250.33314.8210033.33
HexAA080064192113b6421
Octal25202000144314147314441
Binary1010101001000000001100100110011000011001110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0080; }

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

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

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

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

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

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

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

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