#A2007C

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

Shades of Eggplant #A2007C

Tints of Eggplant #A2007C

Color information

#A2007C (or 0xA2007C) is unknown color: approx Eggplant. HEX triplet: A2, 00 and 7C. RGB value is (162,0,124). Sum of RGB (Red+Green+Blue) = 162+0+124=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007C is #5DFF83. Grayscale: #3E3E3E. Windows color (decimal): -6160260 or 8126626. OLE color: 8126626.

HSL color Cylindrical-coordinate representation of color #A2007C: hue angle of 314.07º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2007C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB1620124-
CMYK010.230.36
HSL314.07º100%31.76%-
HSV(B)314.07º100%63.53%-
XYZ18.549.1419.86-
YUV62.57162.67198.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=56.64%
G=0%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1620124010.230.36314.0710031.76
HexA207C064172413a6420
Octal24201740144274447214440
Binary101000100111110001100100101111001001001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2007C; }

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

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

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

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

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

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

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

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