#AE9FEF

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

Shades of Biloba Flower #AE9FEF

Tints of Biloba Flower #AE9FEF

Color information

#AE9FEF (or 0xAE9FEF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and EF. RGB value is (174,159,239). Sum of RGB (Red+Green+Blue) = 174+159+239=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FEF is #516010. Grayscale: #ACACAC. Windows color (decimal): -5333009 or 15703982. OLE color: 15703982.

HSL color Cylindrical-coordinate representation of color #AE9FEF: hue angle of 251.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9FEF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174159239-
CMYK0.270.3300.06
HSL251.25º71.43%78.04%-
HSV(B)251.25º33.47%93.73%-
XYZ45.4340.0386.99-
YUV172.6165.47129-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=30.42%
G=27.80%
B=41.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741592390.270.3300.06251.2571.4378.04
HexAE9FEF1B2106fb474e
Octal256237357334106373107116
Binary1010111010011111111011111101110000101101111101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FEF; }

 p { color: rgb(174,159,239); }

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

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

 a { background-color: rgb(174,159,239); }

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

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

 span { border-color: rgb(174,159,239); }

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