#AE90FB

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

Shades of Biloba Flower #AE90FB

Tints of Biloba Flower #AE90FB

Color information

#AE90FB (or 0xAE90FB) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and FB. RGB value is (174,144,251). Sum of RGB (Red+Green+Blue) = 174+144+251=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90FB is #516F04. Grayscale: #A4A4A4. Windows color (decimal): -5336837 or 16486574. OLE color: 16486574.

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

Color convert

RGB174144251-
CMYK0.310.4300.02
HSL256.82º93.04%77.45%-
HSV(B)256.82º42.63%98.43%-
XYZ44.8435.9195.83-
YUV165.17176.44134.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=30.58%
G=25.31%
B=44.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741442510.310.4300.02256.8293.0477.45
HexAE90FB1F2B021015d4d
Octal256220373375302401135115
Binary1010111010010000111110111111110101101010000000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90FB; }

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

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

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

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

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

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

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

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