#AEA1F3

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

Shades of Biloba Flower #AEA1F3

Tints of Biloba Flower #AEA1F3

Color information

#AEA1F3 (or 0xAEA1F3) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and F3. RGB value is (174,161,243). Sum of RGB (Red+Green+Blue) = 174+161+243=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEA1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1F3 is #515E0C. Grayscale: #ADADAD. Windows color (decimal): -5332493 or 15966638. OLE color: 15966638.

HSL color Cylindrical-coordinate representation of color #AEA1F3: hue angle of 249.51º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA1F3 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174161243-
CMYK0.280.3400.05
HSL249.51º77.36%79.22%-
HSV(B)249.51º33.74%95.29%-
XYZ46.3840.9690.26-
YUV174.24166.81127.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 243 (95.31% from 255) = 42.04%
R=30.10%
G=27.85%
B=42.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741612430.280.3400.05249.5177.3679.22
HexAEA1F31C2205fa4d4f
Octal256241363344205372115117
Binary1010111010100001111100111110010001001011111101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1F3; }

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

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

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

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

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

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

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

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