#A50F7F

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

Shades of Eggplant #A50F7F

Tints of Eggplant #A50F7F

Color information

#A50F7F (or 0xA50F7F) is unknown color: approx Eggplant. HEX triplet: A5, 0F and 7F. RGB value is (165,15,127). Sum of RGB (Red+Green+Blue) = 165+15+127=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F7F is #5AF080. Grayscale: #484848. Windows color (decimal): -5959809 or 8327077. OLE color: 8327077.

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

Color convert

RGB16515127-
CMYK00.910.230.35
HSL315.2º83.33%35.29%-
HSV(B)315.2º90.91%64.71%-
XYZ19.529.8720.96-
YUV72.62158.7193.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 127 (50% from 255) = 41.37%
R=53.75%
G=4.89%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651512700.910.230.35315.283.3335.29
HexA5F7F05B172313b5323
Octal245171770133274347312343
Binary101001011111111111101011011101111000111001110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F7F; }

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

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

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

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

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

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

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

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