#AE91EC

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

Shades of Biloba Flower #AE91EC

Tints of Biloba Flower #AE91EC

Color information

#AE91EC (or 0xAE91EC) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and EC. RGB value is (174,145,236). Sum of RGB (Red+Green+Blue) = 174+145+236=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91EC is #516E13. Grayscale: #A3A3A3. Windows color (decimal): -5336596 or 15503790. OLE color: 15503790.

HSL color Cylindrical-coordinate representation of color #AE91EC: hue angle of 259.12º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE91EC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174145236-
CMYK0.260.3900.07
HSL259.12º70.54%74.71%-
HSV(B)259.12º38.56%92.55%-
XYZ42.7235.3183.92-
YUV164.04168.61135.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=31.35%
G=26.13%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741452360.260.3900.07259.1270.5474.71
HexAE91EC1A2707103474b
Octal256221354324707403107113
Binary10101110100100011110110011010100111011110000001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91EC; }

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

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

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

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

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

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

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

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