#AE067A

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

Shades of Eggplant #AE067A

Tints of Eggplant #AE067A

Color information

#AE067A (or 0xAE067A) is unknown color: approx Eggplant. HEX triplet: AE, 06 and 7A. RGB value is (174,6,122). Sum of RGB (Red+Green+Blue) = 174+6+122=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE067A is #51F985. Grayscale: #454545. Windows color (decimal): -5372294 or 7997102. OLE color: 7997102.

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

Color convert

RGB1746122-
CMYK00.970.300.32
HSL318.57º93.33%35.29%-
HSV(B)318.57º96.55%68.24%-
XYZ21.0310.5319.34-
YUV69.46157.66202.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=57.62%
G=1.99%
B=40.40%

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
Decimal174612200.970.300.32318.5793.3335.29
HexAE67A0611E2013f5d23
Octal25661720141364047713543
Binary10101110110111101001100001111101000001001111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE067A; }

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

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

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

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

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

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

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

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