#AE9EFB

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

Shades of Biloba Flower #AE9EFB

Tints of Biloba Flower #AE9EFB

Color information

#AE9EFB (or 0xAE9EFB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and FB. RGB value is (174,158,251). Sum of RGB (Red+Green+Blue) = 174+158+251=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9EFB is #516104. Grayscale: #ADADAD. Windows color (decimal): -5333253 or 16490158. OLE color: 16490158.

HSL color Cylindrical-coordinate representation of color #AE9EFB: hue angle of 250.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9EFB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174158251-
CMYK0.310.3700.02
HSL250.32º92.08%80.2%-
HSV(B)250.32º37.05%98.43%-
XYZ47.140.4296.59-
YUV173.39171.8128.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=29.85%
G=27.10%
B=43.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741582510.310.3700.02250.3292.0880.2
HexAE9EFB1F2502fa5c50
Octal256236373374502372134120
Binary101011101001111011111011111111001010101111101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EFB; }

 p { color: rgb(174,158,251); }

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

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

 a { background-color: rgb(174,158,251); }

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

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

 span { border-color: rgb(174,158,251); }

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