#A61079

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

Shades of Eggplant #A61079

Tints of Eggplant #A61079

Color information

#A61079 (or 0xA61079) is unknown color: approx Eggplant. HEX triplet: A6, 10 and 79. RGB value is (166,16,121). Sum of RGB (Red+Green+Blue) = 166+16+121=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A61079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61079 is #59EF86. Grayscale: #484848. Windows color (decimal): -5894023 or 7934118. OLE color: 7934118.

HSL color Cylindrical-coordinate representation of color #A61079: hue angle of 318º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61079 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16616121-
CMYK00.900.270.35
HSL318º82.42%35.69%-
HSV(B)318º90.36%65.1%-
XYZ19.369.8618.97-
YUV72.82155.2194.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=54.79%
G=5.28%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661612100.900.270.3531882.4235.69
HexA6107905A1B2313e5224
Octal246201710132334347612244
Binary1010011010000111100101011010110111000111001111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61079; }

 p { color: rgb(166,16,121); }

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

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

 a { background-color: rgb(166,16,121); }

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

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

 span { border-color: rgb(166,16,121); }

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