#A2096F

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

Shades of Eggplant #A2096F

Tints of Eggplant #A2096F

Color information

#A2096F (or 0xA2096F) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 6F. RGB value is (162,9,111). Sum of RGB (Red+Green+Blue) = 162+9+111=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096F is #5DF690. Grayscale: #424242. Windows color (decimal): -6157969 or 7276962. OLE color: 7276962.

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

Color convert

RGB1629111-
CMYK00.940.310.36
HSL320º89.47%33.53%-
HSV(B)320º94.44%63.53%-
XYZ17.879.0215.84-
YUV66.38153.19196.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=57.45%
G=3.19%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911100.940.310.3632089.4733.53
HexA296F05E1F241405922
Octal242111570136374450013142
Binary101000101001110111101011110111111001001010000001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2096F; }

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

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

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

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

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

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

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

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