#A20A6E

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

Shades of Eggplant #A20A6E

Tints of Eggplant #A20A6E

Color information

#A20A6E (or 0xA20A6E) is unknown color: approx Eggplant. HEX triplet: A2, 0A and 6E. RGB value is (162,10,110). Sum of RGB (Red+Green+Blue) = 162+10+110=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A6E is #5DF591. Grayscale: #424242. Windows color (decimal): -6157714 or 7211682. OLE color: 7211682.

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

Color convert

RGB16210110-
CMYK00.940.320.36
HSL320.53º88.37%33.73%-
HSV(B)320.53º93.83%63.53%-
XYZ17.829.0215.55-
YUV66.85152.36195.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=57.45%
G=3.55%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621011000.940.320.36320.5388.3733.73
HexA2A6E05E20241415822
Octal242121560136404450113042
Binary1010001010101101110010111101000001001001010000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A6E; }

 p { color: rgb(162,10,110); }

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

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

 a { background-color: rgb(162,10,110); }

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

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

 span { border-color: rgb(162,10,110); }

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