#AE9DDF

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

Shades of Biloba Flower #AE9DDF

Tints of Biloba Flower #AE9DDF

Color information

#AE9DDF (or 0xAE9DDF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and DF. RGB value is (174,157,223). Sum of RGB (Red+Green+Blue) = 174+157+223=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDF is #516220. Grayscale: #A9A9A9. Windows color (decimal): -5333537 or 14654894. OLE color: 14654894.

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

Color convert

RGB174157223-
CMYK0.220.3000.13
HSL255.45º50.77%74.51%-
HSV(B)255.45º29.6%87.45%-
XYZ42.8338.4474.97-
YUV169.61158.13131.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=31.41%
G=28.34%
B=40.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741572230.220.3000.13255.4550.7774.51
HexAE9DDF161E0Dff334b
Octal256235337263601537763113
Binary101011101001110111011111101101111001101111111111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DDF; }

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

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

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

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

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

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

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

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