#a1137a

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

Shades of Eggplant #A1137A

Tints of Eggplant #A1137A

Color information

#A1137A (or 0xA1137A) is unknown color: approx Eggplant. HEX triplet: A1, 13 and 7A. RGB value is (161,19,122). Sum of RGB (Red+Green+Blue) = 161+19+122=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1137A is #5EEC85. Grayscale: #484848. Windows color (decimal): -6220934 or 8000417. OLE color: 8000417.

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

Color convert

RGB16119122-
CMYK00.880.240.37
HSL316.48º78.89%35.29%-
HSV(B)316.48º88.2%63.14%-
XYZ18.449.4519.26-
YUV73.2155.54190.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=53.31%
G=6.29%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611912200.880.240.37316.4878.8935.29
HexA1137A058182513c4f23
Octal241231720130304547411743
Binary1010000110011111101001011000110001001011001111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1137a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1137a; }

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

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

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

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

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

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

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

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