#A2137A

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

Shades of Eggplant #A2137A

Tints of Eggplant #A2137A

Color information

#A2137A (or 0xA2137A) is unknown color: approx Eggplant. HEX triplet: A2, 13 and 7A. RGB value is (162,19,122). Sum of RGB (Red+Green+Blue) = 162+19+122=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137A is #5DEC85. Grayscale: #494949. Windows color (decimal): -6155398 or 8000418. OLE color: 8000418.

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

Color convert

RGB16219122-
CMYK00.880.250.36
HSL316.78º79.01%35.49%-
HSV(B)316.78º88.27%63.53%-
XYZ18.659.5519.27-
YUV73.5155.38191.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=53.47%
G=6.27%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621912200.880.250.36316.7879.0135.49
HexA2137A058192413d4f23
Octal242231720130314447511743
Binary1010001010011111101001011000110011001001001111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2137A; }

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

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

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

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

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

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

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

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