#AE0778

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

Shades of Eggplant #AE0778

Tints of Eggplant #AE0778

Color information

#AE0778 (or 0xAE0778) is unknown color: approx Eggplant. HEX triplet: AE, 07 and 78. RGB value is (174,7,120). Sum of RGB (Red+Green+Blue) = 174+7+120=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0778 is #51F887. Grayscale: #454545. Windows color (decimal): -5372040 or 7866286. OLE color: 7866286.

HSL color Cylindrical-coordinate representation of color #AE0778: hue angle of 319.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0778 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB1747120-
CMYK00.960.310.32
HSL319.4º92.27%35.49%-
HSV(B)319.4º95.98%68.24%-
XYZ20.9210.5118.69-
YUV69.82156.33202.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=57.81%
G=2.33%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174712000.960.310.32319.492.2735.49
HexAE7780601F2013f5c23
Octal25671700140374047713443
Binary10101110111111100001100000111111000001001111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0778; }

 p { color: rgb(174,7,120); }

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

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

 a { background-color: rgb(174,7,120); }

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

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

 span { border-color: rgb(174,7,120); }

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