#A1087D

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

Shades of Eggplant #A1087D

Tints of Eggplant #A1087D

Color information

#A1087D (or 0xA1087D) is unknown color: approx Eggplant. HEX triplet: A1, 08 and 7D. RGB value is (161,8,125). Sum of RGB (Red+Green+Blue) = 161+8+125=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1087D is #5EF782. Grayscale: #424242. Windows color (decimal): -6223747 or 8194209. OLE color: 8194209.

HSL color Cylindrical-coordinate representation of color #A1087D: hue angle of 314.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1087D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB1618125-
CMYK00.950.220.37
HSL314.12º90.53%33.14%-
HSV(B)314.12º95.03%63.14%-
XYZ18.499.2320.21-
YUV67.08160.69194.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=54.76%
G=2.72%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161812500.950.220.37314.1290.5333.14
HexA187D05F162513a5b21
Octal241101750137264547213341
Binary101000011000111110101011111101101001011001110101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1087D; }

 p { color: rgb(161,8,125); }

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

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

 a { background-color: rgb(161,8,125); }

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

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

 span { border-color: rgb(161,8,125); }

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