#A20475

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

Shades of Eggplant #A20475

Tints of Eggplant #A20475

Color information

#A20475 (or 0xA20475) is unknown color: approx Eggplant. HEX triplet: A2, 04 and 75. RGB value is (162,4,117). Sum of RGB (Red+Green+Blue) = 162+4+117=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20475 is #5DFB8A. Grayscale: #3F3F3F. Windows color (decimal): -6159243 or 7668898. OLE color: 7668898.

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

Color convert

RGB1624117-
CMYK00.980.280.36
HSL317.09º95.18%32.55%-
HSV(B)317.09º97.53%63.53%-
XYZ18.159.0517.62-
YUV64.12157.85197.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=57.24%
G=1.41%
B=41.34%

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
Decimal162411700.980.280.36317.0995.1832.55
HexA24750621C2413d5f21
Octal24241650142344447513741
Binary10100010100111010101100010111001001001001111011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20475; }

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

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

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

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

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

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

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

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