#A7117D

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

Shades of Eggplant #A7117D

Tints of Eggplant #A7117D

Color information

#A7117D (or 0xA7117D) is unknown color: approx Eggplant. HEX triplet: A7, 11 and 7D. RGB value is (167,17,125). Sum of RGB (Red+Green+Blue) = 167+17+125=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7117D is #58EE82. Grayscale: #494949. Windows color (decimal): -5828227 or 8196519. OLE color: 8196519.

HSL color Cylindrical-coordinate representation of color #A7117D: hue angle of 316.8º degrees, saturation: 0.82, 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 #A7117D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16717125-
CMYK00.900.250.35
HSL316.8º81.52%36.08%-
HSV(B)316.8º89.82%65.49%-
XYZ19.8410.120.31-
YUV74.16156.7194.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=54.05%
G=5.50%
B=40.45%

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
Decimal1671712500.900.250.35316.881.5236.08
HexA7117D05A192313d5224
Octal247211750132314347512244
Binary1010011110001111110101011010110011000111001111011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7117D; }

 p { color: rgb(167,17,125); }

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

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

 a { background-color: rgb(167,17,125); }

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

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

 span { border-color: rgb(167,17,125); }

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