#A50771

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

Shades of Eggplant #A50771

Tints of Eggplant #A50771

Color information

#A50771 (or 0xA50771) is unknown color: approx Eggplant. HEX triplet: A5, 07 and 71. RGB value is (165,7,113). Sum of RGB (Red+Green+Blue) = 165+7+113=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A50771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50771 is #5AF88E. Grayscale: #424242. Windows color (decimal): -5961871 or 7407525. OLE color: 7407525.

HSL color Cylindrical-coordinate representation of color #A50771: hue angle of 319.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50771 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB1657113-
CMYK00.960.320.35
HSL319.75º91.86%33.73%-
HSV(B)319.75º95.76%64.71%-
XYZ18.579.3416.45-
YUV66.33154.35198.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=57.89%
G=2.46%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165711300.960.320.35319.7591.8633.73
HexA577106020231405c22
Octal24571610140404350013442
Binary101001011111110001011000001000001000111010000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50771; }

 p { color: rgb(165,7,113); }

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

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

 a { background-color: rgb(165,7,113); }

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

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

 span { border-color: rgb(165,7,113); }

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