#AE9DE3

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

Shades of Biloba Flower #AE9DE3

Tints of Biloba Flower #AE9DE3

Color information

#AE9DE3 (or 0xAE9DE3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and E3. RGB value is (174,157,227). Sum of RGB (Red+Green+Blue) = 174+157+227=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE9DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DE3 is #51621C. Grayscale: #A9A9A9. Windows color (decimal): -5333533 or 14917038. OLE color: 14917038.

HSL color Cylindrical-coordinate representation of color #AE9DE3: hue angle of 254.57º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9DE3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174157227-
CMYK0.230.3100.11
HSL254.57º55.56%75.29%-
HSV(B)254.57º30.84%89.02%-
XYZ43.3838.6677.85-
YUV170.06160.13130.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=31.18%
G=28.14%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741572270.230.3100.11254.5755.5675.29
HexAE9DE3171F0Bff384b
Octal256235343273701337770113
Binary101011101001110111100011101111111101011111111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DE3; }

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

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

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

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

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

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

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

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