#A2096E

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

Shades of Eggplant #A2096E

Tints of Eggplant #A2096E

Color information

#A2096E (or 0xA2096E) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 6E. RGB value is (162,9,110). Sum of RGB (Red+Green+Blue) = 162+9+110=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096E is #5DF691. Grayscale: #424242. Windows color (decimal): -6157970 or 7211426. OLE color: 7211426.

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

Color convert

RGB1629110-
CMYK00.940.320.36
HSL320.39º89.47%33.53%-
HSV(B)320.39º94.44%63.53%-
XYZ17.81915.55-
YUV66.26152.69196.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=57.65%
G=3.20%
B=39.15%

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
Decimal162911000.940.320.36320.3989.4733.53
HexA296E05E20241405922
Octal242111560136404450013142
Binary1010001010011101110010111101000001001001010000001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2096E; }

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

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

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

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

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

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

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

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