#A50678

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

Shades of Eggplant #A50678

Tints of Eggplant #A50678

Color information

#A50678 (or 0xA50678) is unknown color: approx Eggplant. HEX triplet: A5, 06 and 78. RGB value is (165,6,120). Sum of RGB (Red+Green+Blue) = 165+6+120=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A50678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50678 is #5AF987. Grayscale: #424242. Windows color (decimal): -5962120 or 7866021. OLE color: 7866021.

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

Color convert

RGB1656120-
CMYK00.960.270.35
HSL316.98º92.98%33.53%-
HSV(B)316.98º96.36%64.71%-
XYZ18.979.4918.6-
YUV66.54158.18198.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=56.70%
G=2.06%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165612000.960.270.35316.9892.9833.53
HexA56780601B2313d5d22
Octal24561700140334347513542
Binary10100101110111100001100000110111000111001111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50678; }

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

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

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

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

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

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

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

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