#AE91FA

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

Shades of Biloba Flower #AE91FA

Tints of Biloba Flower #AE91FA

Color information

#AE91FA (or 0xAE91FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and FA. RGB value is (174,145,250). Sum of RGB (Red+Green+Blue) = 174+145+250=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91FA is #516E05. Grayscale: #A5A5A5. Windows color (decimal): -5336582 or 16421294. OLE color: 16421294.

HSL color Cylindrical-coordinate representation of color #AE91FA: hue angle of 256.57º 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 #AE91FA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174145250-
CMYK0.300.4200.02
HSL256.57º91.3%77.45%-
HSV(B)256.57º42%98.04%-
XYZ44.8436.1595.06-
YUV165.64175.61133.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=30.58%
G=25.48%
B=43.94%

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
Decimal1741452500.300.4200.02256.5791.377.45
HexAE91FA1E2A021015b4d
Octal256221372365202401133115
Binary1010111010010001111110101111010101001010000000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91FA; }

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

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

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

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

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

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

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

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