#A50679

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

Shades of Eggplant #A50679

Tints of Eggplant #A50679

Color information

#A50679 (or 0xA50679) is unknown color: approx Eggplant. HEX triplet: A5, 06 and 79. RGB value is (165,6,121). Sum of RGB (Red+Green+Blue) = 165+6+121=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A50679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50679 is #5AF986. Grayscale: #424242. Windows color (decimal): -5962119 or 7931557. OLE color: 7931557.

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

Color convert

RGB1656121-
CMYK00.960.270.35
HSL316.6º92.98%33.53%-
HSV(B)316.6º96.36%64.71%-
XYZ19.039.5118.92-
YUV66.65158.68198.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=56.51%
G=2.05%
B=41.44%

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
Decimal165612100.960.270.35316.692.9833.53
HexA56790601B2313d5d22
Octal24561710140334347513542
Binary10100101110111100101100000110111000111001111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50679; }

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

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

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

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

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

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

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

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