#A20178

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

Shades of Eggplant #A20178

Tints of Eggplant #A20178

Color information

#A20178 (or 0xA20178) is unknown color: approx Eggplant. HEX triplet: A2, 01 and 78. RGB value is (162,1,120). Sum of RGB (Red+Green+Blue) = 162+1+120=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20178 is #5DFE87. Grayscale: #3E3E3E. Windows color (decimal): -6160008 or 7864738. OLE color: 7864738.

HSL color Cylindrical-coordinate representation of color #A20178: hue angle of 315.65º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20178 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB1621120-
CMYK00.990.260.36
HSL315.65º98.77%31.96%-
HSV(B)315.65º99.38%63.53%-
XYZ18.39.0618.55-
YUV62.7160.34198.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=57.24%
G=0.35%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162112000.990.260.36315.6598.7731.96
HexA21780631A2413c6320
Octal24211700143324447414340
Binary101000101111100001100011110101001001001111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20178; }

 p { color: rgb(162,1,120); }

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

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

 a { background-color: rgb(162,1,120); }

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

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

 span { border-color: rgb(162,1,120); }

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