#A7107E

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

Shades of Eggplant #A7107E

Tints of Eggplant #A7107E

Color information

#A7107E (or 0xA7107E) is unknown color: approx Eggplant. HEX triplet: A7, 10 and 7E. RGB value is (167,16,126). Sum of RGB (Red+Green+Blue) = 167+16+126=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7107E is #58EF81. Grayscale: #494949. Windows color (decimal): -5828482 or 8261799. OLE color: 8261799.

HSL color Cylindrical-coordinate representation of color #A7107E: hue angle of 316.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7107E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16716126-
CMYK00.900.250.35
HSL316.29º82.51%35.88%-
HSV(B)316.29º90.42%65.49%-
XYZ19.8910.0920.64-
YUV73.69157.53194.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 16 (6.64% from 255) = 5.18%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=54.05%
G=5.18%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671612600.900.250.35316.2982.5135.88
HexA7107E05A192313c5324
Octal247201760132314347412344
Binary1010011110000111111001011010110011000111001111001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7107E; }

 p { color: rgb(167,16,126); }

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

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

 a { background-color: rgb(167,16,126); }

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

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

 span { border-color: rgb(167,16,126); }

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