#A60080

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

Shades of Eggplant #A60080

Tints of Eggplant #A60080

Color information

#A60080 (or 0xA60080) is unknown color: approx Eggplant. HEX triplet: A6, 00 and 80. RGB value is (166,0,128). Sum of RGB (Red+Green+Blue) = 166+0+128=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A60080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60080 is #59FF7F. Grayscale: #3F3F3F. Windows color (decimal): -5898112 or 8388774. OLE color: 8388774.

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

Color convert

RGB1660128-
CMYK010.230.35
HSL313.73º100%32.55%-
HSV(B)313.73º100%65.1%-
XYZ19.629.6721.25-
YUV64.23164200.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=56.46%
G=0%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660128010.230.35313.7310032.55
HexA6080064172313a6421
Octal24602000144274347214441
Binary1010011001000000001100100101111000111001110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60080; }

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

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

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

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

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

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

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

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