#AE9BFA

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

Shades of Biloba Flower #AE9BFA

Tints of Biloba Flower #AE9BFA

Color information

#AE9BFA (or 0xAE9BFA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and FA. RGB value is (174,155,250). Sum of RGB (Red+Green+Blue) = 174+155+250=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE9BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BFA is #516405. Grayscale: #ABABAB. Windows color (decimal): -5334022 or 16423854. OLE color: 16423854.

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

Color convert

RGB174155250-
CMYK0.300.3800.02
HSL252º90.48%79.41%-
HSV(B)252º38%98.04%-
XYZ46.4339.3495.59-
YUV171.51172.29129.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=30.05%
G=26.77%
B=43.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741552500.300.3800.0225290.4879.41
HexAE9BFA1E2602fc5a4f
Octal256233372364602374132117
Binary101011101001101111111010111101001100101111110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BFA; }

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

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

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

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

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

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

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

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