#A0086F

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

Shades of Eggplant #A0086F

Tints of Eggplant #A0086F

Color information

#A0086F (or 0xA0086F) is unknown color: approx Eggplant. HEX triplet: A0, 08 and 6F. RGB value is (160,8,111). Sum of RGB (Red+Green+Blue) = 160+8+111=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086F is #5FF790. Grayscale: #404040. Windows color (decimal): -6289297 or 7276704. OLE color: 7276704.

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

Color convert

RGB1608111-
CMYK00.950.310.37
HSL319.34º90.48%32.94%-
HSV(B)319.34º95%62.75%-
XYZ17.458.7915.82-
YUV65.19153.86195.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=57.35%
G=2.87%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160811100.950.310.37319.3490.4832.94
HexA086F05F1F2513f5a21
Octal240101570137374547713241
Binary101000001000110111101011111111111001011001111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0086F; }

 p { color: rgb(160,8,111); }

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

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

 a { background-color: rgb(160,8,111); }

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

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

 span { border-color: rgb(160,8,111); }

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