#A11074

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

Shades of Eggplant #A11074

Tints of Eggplant #A11074

Color information

#A11074 (or 0xA11074) is unknown color: approx Eggplant. HEX triplet: A1, 10 and 74. RGB value is (161,16,116). Sum of RGB (Red+Green+Blue) = 161+16+116=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A11074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11074 is #5EEF8B. Grayscale: #464646. Windows color (decimal): -6221708 or 7606433. OLE color: 7606433.

HSL color Cylindrical-coordinate representation of color #A11074: hue angle of 318.62º 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 #A11074 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16116116-
CMYK00.900.280.37
HSL318.62º81.92%34.71%-
HSV(B)318.62º90.06%63.14%-
XYZ18.049.2117.35-
YUV70.76153.54192.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=54.95%
G=5.46%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611611600.900.280.37318.6281.9234.71
HexA1107405A1C2513f5223
Octal241201640132344547712243
Binary1010000110000111010001011010111001001011001111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11074; }

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

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

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

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

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

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

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

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