#A11075

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

Shades of Eggplant #A11075

Tints of Eggplant #A11075

Color information

#A11075 (or 0xA11075) is unknown color: approx Eggplant. HEX triplet: A1, 10 and 75. RGB value is (161,16,117). Sum of RGB (Red+Green+Blue) = 161+16+117=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A11075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11075 is #5EEF8A. Grayscale: #464646. Windows color (decimal): -6221707 or 7671969. OLE color: 7671969.

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

Color convert

RGB16116117-
CMYK00.900.270.37
HSL318.21º81.92%34.71%-
HSV(B)318.21º90.06%63.14%-
XYZ18.099.2317.66-
YUV70.87154.04192.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=54.76%
G=5.44%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611611700.900.270.37318.2181.9234.71
HexA1107505A1B2513e5223
Octal241201650132334547612243
Binary1010000110000111010101011010110111001011001111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11075; }

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

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

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

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

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

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

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

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