#A20273

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

Shades of Eggplant #A20273

Tints of Eggplant #A20273

Color information

#A20273 (or 0xA20273) is unknown color: approx Eggplant. HEX triplet: A2, 02 and 73. RGB value is (162,2,115). Sum of RGB (Red+Green+Blue) = 162+2+115=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A20273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20273 is #5DFD8C. Grayscale: #3E3E3E. Windows color (decimal): -6159757 or 7537314. OLE color: 7537314.

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

Color convert

RGB1622115-
CMYK00.990.290.36
HSL317.62º97.56%32.16%-
HSV(B)317.62º98.77%63.53%-
XYZ18.028.9617-
YUV62.72157.51198.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=58.06%
G=0.72%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162211500.990.290.36317.6297.5632.16
HexA22730631D2413e6220
Octal24221630143354447614240
Binary1010001010111001101100011111011001001001111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20273; }

 p { color: rgb(162,2,115); }

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

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

 a { background-color: rgb(162,2,115); }

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

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

 span { border-color: rgb(162,2,115); }

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