#AEA3EC

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

Shades of Biloba Flower #AEA3EC

Tints of Biloba Flower #AEA3EC

Color information

#AEA3EC (or 0xAEA3EC) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and EC. RGB value is (174,163,236). Sum of RGB (Red+Green+Blue) = 174+163+236=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3EC is #515C13. Grayscale: #AEAEAE. Windows color (decimal): -5331988 or 15508398. OLE color: 15508398.

HSL color Cylindrical-coordinate representation of color #AEA3EC: hue angle of 249.04º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEA3EC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174163236-
CMYK0.260.3100.07
HSL249.04º65.77%78.24%-
HSV(B)249.04º30.93%92.55%-
XYZ45.6941.2584.91-
YUV174.61162.64127.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=30.37%
G=28.45%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741632360.260.3100.07249.0465.7778.24
HexAEA3EC1A1F07f9424e
Octal256243354323707371102116
Binary101011101010001111101100110101111101111111100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3EC; }

 p { color: rgb(174,163,236); }

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

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

 a { background-color: rgb(174,163,236); }

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

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

 span { border-color: rgb(174,163,236); }

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