#A50F76

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

Shades of Eggplant #A50F76

Tints of Eggplant #A50F76

Color information

#A50F76 (or 0xA50F76) is unknown color: approx Eggplant. HEX triplet: A5, 0F and 76. RGB value is (165,15,118). Sum of RGB (Red+Green+Blue) = 165+15+118=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F76 is #5AF089. Grayscale: #474747. Windows color (decimal): -5959818 or 7737253. OLE color: 7737253.

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

Color convert

RGB16515118-
CMYK00.910.280.35
HSL318.8º83.33%35.29%-
HSV(B)318.8º90.91%64.71%-
XYZ18.969.6518-
YUV71.59154.2194.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=55.37%
G=5.03%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651511800.910.280.35318.883.3335.29
HexA5F7605B1C2313f5323
Octal245171660133344347712343
Binary101001011111111011001011011111001000111001111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F76; }

 p { color: rgb(165,15,118); }

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

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

 a { background-color: rgb(165,15,118); }

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

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

 span { border-color: rgb(165,15,118); }

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