#AE9EDE

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

Shades of Biloba Flower #AE9EDE

Tints of Biloba Flower #AE9EDE

Color information

#AE9EDE (or 0xAE9EDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and DE. RGB value is (174,158,222). Sum of RGB (Red+Green+Blue) = 174+158+222=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDE is #516121. Grayscale: #A9A9A9. Windows color (decimal): -5333282 or 14589614. OLE color: 14589614.

HSL color Cylindrical-coordinate representation of color #AE9EDE: hue angle of 255º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9EDE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174158222-
CMYK0.220.2900.13
HSL255º49.23%74.51%-
HSV(B)255º28.83%87.06%-
XYZ42.8738.7374.32-
YUV170.08157.3130.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=31.41%
G=28.52%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741582220.220.2900.1325549.2374.51
HexAE9EDE161D0Dff314b
Octal256236336263501537761113
Binary101011101001111011011110101101110101101111111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EDE; }

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

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

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

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

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

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

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

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