#AE9DEC

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

Shades of Biloba Flower #AE9DEC

Tints of Biloba Flower #AE9DEC

Color information

#AE9DEC (or 0xAE9DEC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and EC. RGB value is (174,157,236). Sum of RGB (Red+Green+Blue) = 174+157+236=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DEC is #516213. Grayscale: #AAAAAA. Windows color (decimal): -5333524 or 15506862. OLE color: 15506862.

HSL color Cylindrical-coordinate representation of color #AE9DEC: hue angle of 252.91º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9DEC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174157236-
CMYK0.260.3300.07
HSL252.91º67.52%77.06%-
HSV(B)252.91º33.47%92.55%-
XYZ44.6539.1784.56-
YUV171.09164.63130.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=30.69%
G=27.69%
B=41.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741572360.260.3300.07252.9167.5277.06
HexAE9DEC1A2107fd444d
Octal256235354324107375104115
Binary1010111010011101111011001101010000101111111110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DEC; }

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

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

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

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

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

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

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

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