#A11078

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

Shades of Eggplant #A11078

Tints of Eggplant #A11078

Color information

#A11078 (or 0xA11078) is unknown color: approx Eggplant. HEX triplet: A1, 10 and 78. RGB value is (161,16,120). Sum of RGB (Red+Green+Blue) = 161+16+120=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11078 is #5EEF87. Grayscale: #464646. Windows color (decimal): -6221704 or 7868577. OLE color: 7868577.

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

Color convert

RGB16116120-
CMYK00.900.250.37
HSL316.97º81.92%34.71%-
HSV(B)316.97º90.06%63.14%-
XYZ18.279.318.6-
YUV71.21155.54192.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=54.21%
G=5.39%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611612000.900.250.37316.9781.9234.71
HexA1107805A192513d5223
Octal241201700132314547512243
Binary1010000110000111100001011010110011001011001111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11078; }

 p { color: rgb(161,16,120); }

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

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

 a { background-color: rgb(161,16,120); }

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

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

 span { border-color: rgb(161,16,120); }

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