#A2056A

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

Shades of Eggplant #A2056A

Tints of Eggplant #A2056A

Color information

#A2056A (or 0xA2056A) is unknown color: approx Eggplant. HEX triplet: A2, 05 and 6A. RGB value is (162,5,106). Sum of RGB (Red+Green+Blue) = 162+5+106=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2056A is #5DFA95. Grayscale: #3F3F3F. Windows color (decimal): -6158998 or 6948258. OLE color: 6948258.

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

Color convert

RGB1625106-
CMYK00.970.350.36
HSL321.4º94.01%32.75%-
HSV(B)321.4º96.91%63.53%-
XYZ17.568.8314.41-
YUV63.46152.01198.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=59.34%
G=1.83%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162510600.970.350.36321.494.0132.75
HexA256A06123241415e21
Octal24251520141434450113641
Binary101000101011101010011000011000111001001010000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2056A; }

 p { color: rgb(162,5,106); }

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

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

 a { background-color: rgb(162,5,106); }

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

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

 span { border-color: rgb(162,5,106); }

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