#AE91E0

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

Shades of Biloba Flower #AE91E0

Tints of Biloba Flower #AE91E0

Color information

#AE91E0 (or 0xAE91E0) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and E0. RGB value is (174,145,224). Sum of RGB (Red+Green+Blue) = 174+145+224=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE91E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91E0 is #516E1F. Grayscale: #A2A2A2. Windows color (decimal): -5336608 or 14717358. OLE color: 14717358.

HSL color Cylindrical-coordinate representation of color #AE91E0: hue angle of 262.03º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE91E0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174145224-
CMYK0.220.3500.12
HSL262.03º56.03%72.35%-
HSV(B)262.03º35.27%87.84%-
XYZ41.0434.6375.04-
YUV162.68162.61136.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=32.04%
G=26.70%
B=41.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741452240.220.3500.12262.0356.0372.35
HexAE91E016230C1063848
Octal256221340264301440670110
Binary10101110100100011110000010110100011011001000001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91E0; }

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

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

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

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

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

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

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

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