#AE9EF3

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

Shades of Biloba Flower #AE9EF3

Tints of Biloba Flower #AE9EF3

Color information

#AE9EF3 (or 0xAE9EF3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and F3. RGB value is (174,158,243). Sum of RGB (Red+Green+Blue) = 174+158+243=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE9EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9EF3 is #51610C. Grayscale: #ACACAC. Windows color (decimal): -5333261 or 15965870. OLE color: 15965870.

HSL color Cylindrical-coordinate representation of color #AE9EF3: hue angle of 251.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE9EF3 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174158243-
CMYK0.280.3500.05
HSL251.29º77.98%78.63%-
HSV(B)251.29º34.98%95.29%-
XYZ45.8639.9290.08-
YUV172.47167.8129.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=30.26%
G=27.48%
B=42.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741582430.280.3500.05251.2977.9878.63
HexAE9EF31C2305fb4e4f
Octal256236363344305373116117
Binary1010111010011110111100111110010001101011111101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EF3; }

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

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

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

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

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

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

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

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