#AE9CDE

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

Shades of Biloba Flower #AE9CDE

Tints of Biloba Flower #AE9CDE

Color information

#AE9CDE (or 0xAE9CDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and DE. RGB value is (174,156,222). Sum of RGB (Red+Green+Blue) = 174+156+222=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDE is #516321. Grayscale: #A8A8A8. Windows color (decimal): -5333794 or 14589102. OLE color: 14589102.

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

Color convert

RGB174156222-
CMYK0.220.3000.13
HSL256.36º50%74.12%-
HSV(B)256.36º29.73%87.06%-
XYZ42.5338.0574.21-
YUV168.91157.96131.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=31.52%
G=28.26%
B=40.22%

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
Decimal1741562220.220.3000.13256.365074.12
HexAE9CDE161E0D100324a
Octal256234336263601540062112
Binary1010111010011100110111101011011110011011000000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CDE; }

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

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

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

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

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

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

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

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