#A0007C

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

Shades of Eggplant #A0007C

Tints of Eggplant #A0007C

Color information

#A0007C (or 0xA0007C) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 7C. RGB value is (160,0,124). Sum of RGB (Red+Green+Blue) = 160+0+124=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0007C is #5FFF83. Grayscale: #3D3D3D. Windows color (decimal): -6291332 or 8126624. OLE color: 8126624.

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

Color convert

RGB1600124-
CMYK010.220.37
HSL313.5º100%31.37%-
HSV(B)313.5º100%62.75%-
XYZ18.148.9319.84-
YUV61.98163.01197.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=56.34%
G=0%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600124010.220.37313.510031.37
HexA007C064162513a641f
Octal24001740144264547214437
Binary10100000011111000110010010110100101100111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0007C; }

 p { color: rgb(160,0,124); }

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

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

 a { background-color: rgb(160,0,124); }

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

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

 span { border-color: rgb(160,0,124); }

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