#AEA0F9

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

Shades of Biloba Flower #AEA0F9

Tints of Biloba Flower #AEA0F9

Color information

#AEA0F9 (or 0xAEA0F9) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and F9. RGB value is (174,160,249). Sum of RGB (Red+Green+Blue) = 174+160+249=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEA0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0F9 is #515F06. Grayscale: #ADADAD. Windows color (decimal): -5332743 or 16359598. OLE color: 16359598.

HSL color Cylindrical-coordinate representation of color #AEA0F9: hue angle of 249.44º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA0F9 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174160249-
CMYK0.300.3600.02
HSL249.44º88.12%80.2%-
HSV(B)249.44º35.74%97.65%-
XYZ47.1340.9895.05-
YUV174.33170.14127.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=29.85%
G=27.44%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741602490.300.3600.02249.4488.1280.2
HexAEA0F91E2402f95850
Octal256240371364402371130120
Binary101011101010000011111001111101001000101111100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0F9; }

 p { color: rgb(174,160,249); }

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

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

 a { background-color: rgb(174,160,249); }

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

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

 span { border-color: rgb(174,160,249); }

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