#AE91FE

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

Shades of Biloba Flower #AE91FE

Tints of Biloba Flower #AE91FE

Color information

#AE91FE (or 0xAE91FE) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and FE. RGB value is (174,145,254). Sum of RGB (Red+Green+Blue) = 174+145+254=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91FE is #516E01. Grayscale: #A5A5A5. Windows color (decimal): -5336578 or 16683438. OLE color: 16683438.

HSL color Cylindrical-coordinate representation of color #AE91FE: hue angle of 255.96º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE91FE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174145254-
CMYK0.310.4300.00
HSL255.96º98.2%78.24%-
HSV(B)255.96º42.91%99.61%-
XYZ45.4736.4198.4-
YUV166.1177.61133.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=30.37%
G=25.31%
B=44.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741452540.310.4300.00255.9698.278.24
HexAE91FE1F2B00100624e
Octal256221376375300400142116
Binary101011101001000111111110111111010110010000000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91FE; }

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

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

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

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

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

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

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

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