#AE91FF

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

Shades of Biloba Flower #AE91FF

Tints of Biloba Flower #AE91FF

Color information

#AE91FF (or 0xAE91FF) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and FF. RGB value is (174,145,255). Sum of RGB (Red+Green+Blue) = 174+145+255=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91FF is #516E00. Grayscale: #A5A5A5. Windows color (decimal): -5336577 or 16748974. OLE color: 16748974.

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

Color convert

RGB174145255-
CMYK0.320.4300
HSL255.82º100%78.43%-
HSV(B)255.82º43.14%100%-
XYZ45.6336.4799.24-
YUV166.21178.11133.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 255 (100% from 255) = 44.43%
R=30.31%
G=25.26%
B=44.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741452550.320.4300255.8210078.43
HexAE91FF202B00100644e
Octal256221377405300400144116
Binary1010111010010001111111111000001010110010000000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91FF; }

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

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

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

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

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

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

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

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