#AE9DDD

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

Shades of Biloba Flower #AE9DDD

Tints of Biloba Flower #AE9DDD

Color information

#AE9DDD (or 0xAE9DDD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and DD. RGB value is (174,157,221). Sum of RGB (Red+Green+Blue) = 174+157+221=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDD is #516222. Grayscale: #A9A9A9. Windows color (decimal): -5333539 or 14523822. OLE color: 14523822.

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

Color convert

RGB174157221-
CMYK0.210.2900.13
HSL255.94º48.48%74.12%-
HSV(B)255.94º28.96%86.67%-
XYZ42.5638.3373.56-
YUV169.38157.13131.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=31.52%
G=28.44%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741572210.210.2900.13255.9448.4874.12
HexAE9DDD151D0D100304a
Octal256235335253501540060112
Binary1010111010011101110111011010111101011011000000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DDD; }

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

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

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

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

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

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

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

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