#A50C75

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

Shades of Eggplant #A50C75

Tints of Eggplant #A50C75

Color information

#A50C75 (or 0xA50C75) is unknown color: approx Eggplant. HEX triplet: A5, 0C and 75. RGB value is (165,12,117). Sum of RGB (Red+Green+Blue) = 165+12+117=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C75 is #5AF38A. Grayscale: #454545. Windows color (decimal): -5960587 or 7670949. OLE color: 7670949.

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

Color convert

RGB16512117-
CMYK00.930.290.35
HSL318.82º86.44%34.71%-
HSV(B)318.82º92.73%64.71%-
XYZ18.869.5517.68-
YUV69.72154.69195.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=56.12%
G=4.08%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651211700.930.290.35318.8286.4434.71
HexA5C7505D1D2313f5623
Octal245141650135354347712643
Binary101001011100111010101011101111011000111001111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C75; }

 p { color: rgb(165,12,117); }

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

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

 a { background-color: rgb(165,12,117); }

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

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

 span { border-color: rgb(165,12,117); }

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