#AE91EB

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

Shades of Biloba Flower #AE91EB

Tints of Biloba Flower #AE91EB

Color information

#AE91EB (or 0xAE91EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and EB. RGB value is (174,145,235). Sum of RGB (Red+Green+Blue) = 174+145+235=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE91EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91EB is #516E14. Grayscale: #A3A3A3. Windows color (decimal): -5336597 or 15438254. OLE color: 15438254.

HSL color Cylindrical-coordinate representation of color #AE91EB: hue angle of 259.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE91EB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174145235-
CMYK0.260.3800.08
HSL259.33º69.23%74.51%-
HSV(B)259.33º38.3%92.16%-
XYZ42.5835.2583.16-
YUV163.93168.11135.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=31.41%
G=26.17%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741452350.260.3800.08259.3369.2374.51
HexAE91EB1A2608103454b
Octal2562213533246010403105113
Binary101011101001000111101011110101001100100010000001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91EB; }

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

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

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

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

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

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

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

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