#AE0679

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

Shades of Eggplant #AE0679

Tints of Eggplant #AE0679

Color information

#AE0679 (or 0xAE0679) is unknown color: approx Eggplant. HEX triplet: AE, 06 and 79. RGB value is (174,6,121). Sum of RGB (Red+Green+Blue) = 174+6+121=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0679 is #51F986. Grayscale: #454545. Windows color (decimal): -5372295 or 7931566. OLE color: 7931566.

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

Color convert

RGB1746121-
CMYK00.970.300.32
HSL318.93º93.33%35.29%-
HSV(B)318.93º96.55%68.24%-
XYZ20.9710.5119.01-
YUV69.34157.16202.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=57.81%
G=1.99%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174612100.970.300.32318.9393.3335.29
HexAE6790611E2013f5d23
Octal25661710141364047713543
Binary10101110110111100101100001111101000001001111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0679; }

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

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

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

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

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

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

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

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