#AE9FE3

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

Shades of Biloba Flower #AE9FE3

Tints of Biloba Flower #AE9FE3

Color information

#AE9FE3 (or 0xAE9FE3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and E3. RGB value is (174,159,227). Sum of RGB (Red+Green+Blue) = 174+159+227=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE9FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FE3 is #51601C. Grayscale: #AAAAAA. Windows color (decimal): -5333021 or 14917550. OLE color: 14917550.

HSL color Cylindrical-coordinate representation of color #AE9FE3: hue angle of 253.24º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9FE3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174159227-
CMYK0.230.3000.11
HSL253.24º54.84%75.69%-
HSV(B)253.24º29.96%89.02%-
XYZ43.7239.3477.96-
YUV171.24159.47129.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 227 (89.06% from 255) = 40.54%
R=31.07%
G=28.39%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741592270.230.3000.11253.2454.8475.69
HexAE9FE3171E0Bfd374c
Octal256237343273601337567114
Binary101011101001111111100011101111111001011111111011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FE3; }

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

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

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

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

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

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

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

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