#AEA1F0

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

Shades of Biloba Flower #AEA1F0

Tints of Biloba Flower #AEA1F0

Color information

#AEA1F0 (or 0xAEA1F0) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and F0. RGB value is (174,161,240). Sum of RGB (Red+Green+Blue) = 174+161+240=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEA1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1F0 is #515E0F. Grayscale: #ADADAD. Windows color (decimal): -5332496 or 15770030. OLE color: 15770030.

HSL color Cylindrical-coordinate representation of color #AEA1F0: hue angle of 249.87º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA1F0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174161240-
CMYK0.280.3300.06
HSL249.87º72.48%78.63%-
HSV(B)249.87º32.92%94.12%-
XYZ45.9340.7887.89-
YUV173.89165.31128.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=30.26%
G=28%
B=41.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741612400.280.3300.06249.8772.4878.63
HexAEA1F01C2106fa484f
Octal256241360344106372110117
Binary1010111010100001111100001110010000101101111101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1F0; }

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

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

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

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

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

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

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

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