#AE0073

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

Shades of Eggplant #AE0073

Tints of Eggplant #AE0073

Color information

#AE0073 (or 0xAE0073) is unknown color: approx Eggplant. HEX triplet: AE, 00 and 73. RGB value is (174,0,115). Sum of RGB (Red+Green+Blue) = 174+0+115=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0073 is #51FF8C. Grayscale: #404040. Windows color (decimal): -5373837 or 7536814. OLE color: 7536814.

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

Color convert

RGB1740115-
CMYK010.340.32
HSL320.34º100%34.12%-
HSV(B)320.34º100%68.24%-
XYZ20.5510.2417.11-
YUV65.14156.15205.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=60.21%
G=0%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1740115010.340.32320.3410034.12
HexAE07306422201406422
Octal25601630144424050014442
Binary1010111001110011011001001000101000001010000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0073; }

 p { color: rgb(174,0,115); }

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

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

 a { background-color: rgb(174,0,115); }

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

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

 span { border-color: rgb(174,0,115); }

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