#A2097A

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

Shades of Eggplant #A2097A

Tints of Eggplant #A2097A

Color information

#A2097A (or 0xA2097A) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 7A. RGB value is (162,9,122). Sum of RGB (Red+Green+Blue) = 162+9+122=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2097A is #5DF685. Grayscale: #434343. Windows color (decimal): -6157958 or 7997858. OLE color: 7997858.

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

Color convert

RGB1629122-
CMYK00.940.250.36
HSL315.69º89.47%33.53%-
HSV(B)315.69º94.44%63.53%-
XYZ18.519.2819.23-
YUV67.63158.69195.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=55.29%
G=3.07%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162912200.940.250.36315.6989.4733.53
HexA297A05E192413c5922
Octal242111720136314447413142
Binary101000101001111101001011110110011001001001111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2097A; }

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

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

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

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

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

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

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

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