#A41074

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

Shades of Eggplant #A41074

Tints of Eggplant #A41074

Color information

#A41074 (or 0xA41074) is unknown color: approx Eggplant. HEX triplet: A4, 10 and 74. RGB value is (164,16,116). Sum of RGB (Red+Green+Blue) = 164+16+116=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A41074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41074 is #5BEF8B. Grayscale: #474747. Windows color (decimal): -6025100 or 7606436. OLE color: 7606436.

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

Color convert

RGB16416116-
CMYK00.900.290.36
HSL319.46º82.22%35.29%-
HSV(B)319.46º90.24%64.31%-
XYZ18.659.5217.38-
YUV71.65153.03193.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=55.41%
G=5.41%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641611600.900.290.36319.4682.2235.29
HexA4107405A1D2413f5223
Octal244201640132354447712243
Binary1010010010000111010001011010111011001001001111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41074; }

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

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

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

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

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

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

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

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