#AE0977

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

Shades of Eggplant #AE0977

Tints of Eggplant #AE0977

Color information

#AE0977 (or 0xAE0977) is unknown color: approx Eggplant. HEX triplet: AE, 09 and 77. RGB value is (174,9,119). Sum of RGB (Red+Green+Blue) = 174+9+119=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0977 is #51F688. Grayscale: #464646. Windows color (decimal): -5371529 or 7801262. OLE color: 7801262.

HSL color Cylindrical-coordinate representation of color #AE0977: hue angle of 320º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0977 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB1749119-
CMYK00.950.320.32
HSL320º90.16%35.88%-
HSV(B)320º94.83%68.24%-
XYZ20.8810.5318.38-
YUV70.88155.16201.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=57.62%
G=2.98%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174911900.950.320.3232090.1635.88
HexAE97705F20201405a24
Octal256111670137404050013244
Binary1010111010011110111010111111000001000001010000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0977; }

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

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

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

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

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

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

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

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