#A2096A

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

Shades of Eggplant #A2096A

Tints of Eggplant #A2096A

Color information

#A2096A (or 0xA2096A) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 6A. RGB value is (162,9,106). Sum of RGB (Red+Green+Blue) = 162+9+106=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096A is #5DF695. Grayscale: #414141. Windows color (decimal): -6157974 or 6949282. OLE color: 6949282.

HSL color Cylindrical-coordinate representation of color #A2096A: hue angle of 321.96º degrees, saturation: 0.89, 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 #A2096A is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB1629106-
CMYK00.940.350.36
HSL321.96º89.47%33.53%-
HSV(B)321.96º94.44%63.53%-
XYZ17.68.9214.43-
YUV65.8150.69196.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=58.48%
G=3.25%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162910600.940.350.36321.9689.4733.53
HexA296A05E23241425922
Octal242111520136434450213142
Binary1010001010011101010010111101000111001001010000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2096A; }

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

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

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

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

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

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

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

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