#AEA1EE

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

Shades of Biloba Flower #AEA1EE

Tints of Biloba Flower #AEA1EE

Color information

#AEA1EE (or 0xAEA1EE) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and EE. RGB value is (174,161,238). Sum of RGB (Red+Green+Blue) = 174+161+238=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1EE is #515E11. Grayscale: #ADADAD. Windows color (decimal): -5332498 or 15638958. OLE color: 15638958.

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

Color convert

RGB174161238-
CMYK0.270.3200.07
HSL250.13º69.37%78.24%-
HSV(B)250.13º32.35%93.33%-
XYZ45.6340.6686.33-
YUV173.66164.31128.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=30.37%
G=28.10%
B=41.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741612380.270.3200.07250.1369.3778.24
HexAEA1EE1B2007fa454e
Octal256241356334007372105116
Binary1010111010100001111011101101110000001111111101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1EE; }

 p { color: rgb(174,161,238); }

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

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

 a { background-color: rgb(174,161,238); }

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

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

 span { border-color: rgb(174,161,238); }

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