#a0087e

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

Shades of Eggplant #A0087E

Tints of Eggplant #A0087E

Color information

#A0087E (or 0xA0087E) is unknown color: approx Eggplant. HEX triplet: A0, 08 and 7E. RGB value is (160,8,126). Sum of RGB (Red+Green+Blue) = 160+8+126=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0087E is #5FF781. Grayscale: #424242. Windows color (decimal): -6289282 or 8259744. OLE color: 8259744.

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

Color convert

RGB1608126-
CMYK00.950.210.37
HSL313.42º90.48%32.94%-
HSV(B)313.42º95%62.75%-
XYZ18.359.1520.54-
YUV66.9161.36194.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=54.42%
G=2.72%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160812600.950.210.37313.4290.4832.94
HexA087E05F15251395a21
Octal240101760137254547113241
Binary101000001000111111001011111101011001011001110011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0087e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0087e; }

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

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

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

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

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

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

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

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