#A60E82

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

Shades of Eggplant #A60E82

Tints of Eggplant #A60E82

Color information

#A60E82 (or 0xA60E82) is unknown color: approx Eggplant. HEX triplet: A6, 0E and 82. RGB value is (166,14,130). Sum of RGB (Red+Green+Blue) = 166+14+130=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E82 is #59F17D. Grayscale: #484848. Windows color (decimal): -5894526 or 8523430. OLE color: 8523430.

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

Color convert

RGB16614130-
CMYK00.920.220.35
HSL314.21º84.44%35.29%-
HSV(B)314.21º91.57%65.1%-
XYZ19.9110.0322.01-
YUV72.67160.36194.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=53.55%
G=4.52%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661413000.920.220.35314.2184.4435.29
HexA6E8205C162313a5423
Octal246162020134264347212443
Binary1010011011101000001001011100101101000111001110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E82; }

 p { color: rgb(166,14,130); }

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

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

 a { background-color: rgb(166,14,130); }

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

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

 span { border-color: rgb(166,14,130); }

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