#AE90FA

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

Shades of Biloba Flower #AE90FA

Tints of Biloba Flower #AE90FA

Color information

#AE90FA (or 0xAE90FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and FA. RGB value is (174,144,250). Sum of RGB (Red+Green+Blue) = 174+144+250=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90FA is #516F05. Grayscale: #A4A4A4. Windows color (decimal): -5336838 or 16421038. OLE color: 16421038.

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

Color convert

RGB174144250-
CMYK0.300.4200.02
HSL256.98º91.38%77.25%-
HSV(B)256.98º42.4%98.04%-
XYZ44.6835.8595.01-
YUV165.05175.94134.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=30.63%
G=25.35%
B=44.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741442500.300.4200.02256.9891.3877.25
HexAE90FA1E2A021015b4d
Octal256220372365202401133115
Binary1010111010010000111110101111010101001010000000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90FA; }

 p { color: rgb(174,144,250); }

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

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

 a { background-color: rgb(174,144,250); }

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

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

 span { border-color: rgb(174,144,250); }

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