#A20671

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

Shades of Eggplant #A20671

Tints of Eggplant #A20671

Color information

#A20671 (or 0xA20671) is unknown color: approx Eggplant. HEX triplet: A2, 06 and 71. RGB value is (162,6,113). Sum of RGB (Red+Green+Blue) = 162+6+113=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20671 is #5DF98E. Grayscale: #404040. Windows color (decimal): -6158735 or 7407266. OLE color: 7407266.

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

Color convert

RGB1626113-
CMYK00.960.300.36
HSL318.85º92.86%32.94%-
HSV(B)318.85º96.3%63.53%-
XYZ17.95916.41-
YUV64.84155.18197.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=57.65%
G=2.14%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162611300.960.300.36318.8592.8632.94
HexA26710601E2413f5d21
Octal24261610140364447713541
Binary10100010110111000101100000111101001001001111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20671; }

 p { color: rgb(162,6,113); }

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

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

 a { background-color: rgb(162,6,113); }

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

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

 span { border-color: rgb(162,6,113); }

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