#AE89FA

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

Shades of Biloba Flower #AE89FA

Tints of Biloba Flower #AE89FA

Color information

#AE89FA (or 0xAE89FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and FA. RGB value is (174,137,250). Sum of RGB (Red+Green+Blue) = 174+137+250=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE89FA is #517605. Grayscale: #A0A0A0. Windows color (decimal): -5338630 or 16419246. OLE color: 16419246.

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

Color convert

RGB174137250-
CMYK0.300.4500.02
HSL259.65º91.87%75.88%-
HSV(B)259.65º45.2%98.04%-
XYZ43.6633.7994.66-
YUV160.94178.26137.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=31.02%
G=24.42%
B=44.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741372500.300.4500.02259.6591.8775.88
HexAE89FA1E2D021045c4c
Octal256211372365502404134114
Binary1010111010001001111110101111010110101010000010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89FA; }

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

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

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

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

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

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

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

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