#A20474

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

Shades of Eggplant #A20474

Tints of Eggplant #A20474

Color information

#A20474 (or 0xA20474) is unknown color: approx Eggplant. HEX triplet: A2, 04 and 74. RGB value is (162,4,116). Sum of RGB (Red+Green+Blue) = 162+4+116=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20474 is #5DFB8B. Grayscale: #3F3F3F. Windows color (decimal): -6159244 or 7603362. OLE color: 7603362.

HSL color Cylindrical-coordinate representation of color #A20474: hue angle of 317.47º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20474 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB1624116-
CMYK00.980.280.36
HSL317.47º95.18%32.55%-
HSV(B)317.47º97.53%63.53%-
XYZ18.19.0317.31-
YUV64.01157.35197.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=57.45%
G=1.42%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162411600.980.280.36317.4795.1832.55
HexA24740621C2413d5f21
Octal24241640142344447513741
Binary10100010100111010001100010111001001001001111011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20474; }

 p { color: rgb(162,4,116); }

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

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

 a { background-color: rgb(162,4,116); }

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

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

 span { border-color: rgb(162,4,116); }

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