#AE91E4

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

Shades of Biloba Flower #AE91E4

Tints of Biloba Flower #AE91E4

Color information

#AE91E4 (or 0xAE91E4) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and E4. RGB value is (174,145,228). Sum of RGB (Red+Green+Blue) = 174+145+228=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE91E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91E4 is #516E1B. Grayscale: #A2A2A2. Windows color (decimal): -5336604 or 14979502. OLE color: 14979502.

HSL color Cylindrical-coordinate representation of color #AE91E4: hue angle of 260.96º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE91E4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174145228-
CMYK0.240.3600.11
HSL260.96º60.58%73.14%-
HSV(B)260.96º36.4%89.41%-
XYZ41.5834.8577.93-
YUV163.13164.61135.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=31.81%
G=26.51%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741452280.240.3600.11260.9660.5873.14
HexAE91E418240B1053d49
Octal256221344304401340575111
Binary10101110100100011110010011000100100010111000001011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91E4; }

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

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

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

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

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

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

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

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