#A0007D

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

Shades of Eggplant #A0007D

Tints of Eggplant #A0007D

Color information

#A0007D (or 0xA0007D) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 7D. RGB value is (160,0,125). Sum of RGB (Red+Green+Blue) = 160+0+125=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0007D is #5FFF82. Grayscale: #3D3D3D. Windows color (decimal): -6291331 or 8192160. OLE color: 8192160.

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

Color convert

RGB1600125-
CMYK010.220.37
HSL313.12º100%31.37%-
HSV(B)313.12º100%62.75%-
XYZ18.28.9520.17-
YUV62.09163.51197.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=56.14%
G=0%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600125010.220.37313.1210031.37
HexA007D0641625139641f
Octal24001750144264547114437
Binary10100000011111010110010010110100101100111001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0007D; }

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

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

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

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

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

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

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

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