#A5117F

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

Shades of Eggplant #A5117F

Tints of Eggplant #A5117F

Color information

#A5117F (or 0xA5117F) is unknown color: approx Eggplant. HEX triplet: A5, 11 and 7F. RGB value is (165,17,127). Sum of RGB (Red+Green+Blue) = 165+17+127=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5117F is #5AEE80. Grayscale: #494949. Windows color (decimal): -5959297 or 8327589. OLE color: 8327589.

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

Color convert

RGB16517127-
CMYK00.900.230.35
HSL315.41º81.32%35.69%-
HSV(B)315.41º89.7%64.71%-
XYZ19.559.9320.97-
YUV73.79158.03193.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 127 (50% from 255) = 41.10%
R=53.40%
G=5.50%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651712700.900.230.35315.4181.3235.69
HexA5117F05A172313b5124
Octal245211770132274347312144
Binary1010010110001111111101011010101111000111001110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5117F; }

 p { color: rgb(165,17,127); }

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

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

 a { background-color: rgb(165,17,127); }

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

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

 span { border-color: rgb(165,17,127); }

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