#A2047F

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

Shades of Eggplant #A2047F

Tints of Eggplant #A2047F

Color information

#A2047F (or 0xA2047F) is unknown color: approx Eggplant. HEX triplet: A2, 04 and 7F. RGB value is (162,4,127). Sum of RGB (Red+Green+Blue) = 162+4+127=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2047F is #5DFB80. Grayscale: #404040. Windows color (decimal): -6159233 or 8324258. OLE color: 8324258.

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

Color convert

RGB1624127-
CMYK00.980.220.36
HSL313.29º95.18%32.55%-
HSV(B)313.29º97.53%63.53%-
XYZ18.779.320.88-
YUV65.26162.85197-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 127 (50% from 255) = 43.34%
R=55.29%
G=1.37%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162412700.980.220.36313.2995.1832.55
HexA247F06216241395f21
Octal24241770142264447113741
Binary10100010100111111101100010101101001001001110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2047F; }

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

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

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

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

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

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

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

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