#AE89D7

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

Shades of Biloba Flower #AE89D7

Tints of Biloba Flower #AE89D7

Color information

#AE89D7 (or 0xAE89D7) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and D7. RGB value is (174,137,215). Sum of RGB (Red+Green+Blue) = 174+137+215=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE89D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89D7 is #517628. Grayscale: #9C9C9C. Windows color (decimal): -5338665 or 14125486. OLE color: 14125486.

HSL color Cylindrical-coordinate representation of color #AE89D7: hue angle of 268.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE89D7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174137215-
CMYK0.190.3600.16
HSL268.46º49.37%69.02%-
HSV(B)268.46º36.28%84.31%-
XYZ38.6731.868.39-
YUV156.95160.76140.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=33.08%
G=26.05%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741372150.190.3600.16268.4649.3769.02
HexAE89D7132401010c3145
Octal256211327234402041461105
Binary101011101000100111010111100111001000100001000011001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89D7; }

 p { color: rgb(174,137,215); }

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

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

 a { background-color: rgb(174,137,215); }

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

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

 span { border-color: rgb(174,137,215); }

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