#A1086A

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

Shades of Eggplant #A1086A

Tints of Eggplant #A1086A

Color information

#A1086A (or 0xA1086A) is unknown color: approx Eggplant. HEX triplet: A1, 08 and 6A. RGB value is (161,8,106). Sum of RGB (Red+Green+Blue) = 161+8+106=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1086A is #5EF795. Grayscale: #404040. Windows color (decimal): -6223766 or 6949025. OLE color: 6949025.

HSL color Cylindrical-coordinate representation of color #A1086A: hue angle of 321.57º 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 #A1086A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB1618106-
CMYK00.950.340.37
HSL321.57º90.53%33.14%-
HSV(B)321.57º95.03%63.14%-
XYZ17.398.7914.42-
YUV64.92151.19196.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=58.55%
G=2.91%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161810600.950.340.37321.5790.5333.14
HexA186A05F22251425b21
Octal241101520137424550213341
Binary1010000110001101010010111111000101001011010000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1086A; }

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

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

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

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

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

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

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

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