#AE0777

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

Shades of Eggplant #AE0777

Tints of Eggplant #AE0777

Color information

#AE0777 (or 0xAE0777) is unknown color: approx Eggplant. HEX triplet: AE, 07 and 77. RGB value is (174,7,119). Sum of RGB (Red+Green+Blue) = 174+7+119=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0777 is #51F888. Grayscale: #454545. Windows color (decimal): -5372041 or 7800750. OLE color: 7800750.

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

Color convert

RGB1747119-
CMYK00.960.320.32
HSL319.76º92.27%35.49%-
HSV(B)319.76º95.98%68.24%-
XYZ20.8610.4818.38-
YUV69.7155.83202.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=58%
G=2.33%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174711900.960.320.32319.7692.2735.49
HexAE77706020201405c23
Octal25671670140404050013443
Binary101011101111110111011000001000001000001010000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0777; }

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

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

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

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

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

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

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

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