#AE90E4

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

Shades of Biloba Flower #AE90E4

Tints of Biloba Flower #AE90E4

Color information

#AE90E4 (or 0xAE90E4) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and E4. RGB value is (174,144,228). Sum of RGB (Red+Green+Blue) = 174+144+228=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE90E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90E4 is #516F1B. Grayscale: #A2A2A2. Windows color (decimal): -5336860 or 14979246. OLE color: 14979246.

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

Color convert

RGB174144228-
CMYK0.240.3700.11
HSL261.43º60.87%72.94%-
HSV(B)261.43º36.84%89.41%-
XYZ41.4334.5577.88-
YUV162.55164.94136.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=31.87%
G=26.37%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741442280.240.3700.11261.4360.8772.94
HexAE90E418250B1053d49
Octal256220344304501340575111
Binary10101110100100001110010011000100101010111000001011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90E4; }

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

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

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

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

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

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

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

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