#A50C78

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

Shades of Eggplant #A50C78

Tints of Eggplant #A50C78

Color information

#A50C78 (or 0xA50C78) is unknown color: approx Eggplant. HEX triplet: A5, 0C and 78. RGB value is (165,12,120). Sum of RGB (Red+Green+Blue) = 165+12+120=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C78 is #5AF387. Grayscale: #454545. Windows color (decimal): -5960584 or 7867557. OLE color: 7867557.

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

Color convert

RGB16512120-
CMYK00.930.270.35
HSL317.65º86.44%34.71%-
HSV(B)317.65º92.73%64.71%-
XYZ19.049.6218.62-
YUV70.06156.19195.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=55.56%
G=4.04%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651212000.930.270.35317.6586.4434.71
HexA5C7805D1B2313e5623
Octal245141700135334347612643
Binary101001011100111100001011101110111000111001111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C78; }

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

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

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

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

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

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

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

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