#AE91E5

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

Shades of Biloba Flower #AE91E5

Tints of Biloba Flower #AE91E5

Color information

#AE91E5 (or 0xAE91E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and E5. RGB value is (174,145,229). Sum of RGB (Red+Green+Blue) = 174+145+229=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91E5 is #516E1A. Grayscale: #A2A2A2. Windows color (decimal): -5336603 or 15045038. OLE color: 15045038.

HSL color Cylindrical-coordinate representation of color #AE91E5: hue angle of 260.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE91E5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174145229-
CMYK0.240.3700.10
HSL260.71º61.76%73.33%-
HSV(B)260.71º36.68%89.8%-
XYZ41.7234.9178.67-
YUV163.25165.11135.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=31.75%
G=26.46%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741452290.240.3700.10260.7161.7673.33
HexAE91E518250A1053e49
Octal256221345304501240576111
Binary10101110100100011110010111000100101010101000001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91E5; }

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

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

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

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

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

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

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

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