#AE89D1

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

Shades of Biloba Flower #AE89D1

Tints of Biloba Flower #AE89D1

Color information

#AE89D1 (or 0xAE89D1) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and D1. RGB value is (174,137,209). Sum of RGB (Red+Green+Blue) = 174+137+209=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE89D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89D1 is #51762E. Grayscale: #9C9C9C. Windows color (decimal): -5338671 or 13732270. OLE color: 13732270.

HSL color Cylindrical-coordinate representation of color #AE89D1: hue angle of 270.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE89D1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174137209-
CMYK0.170.3400.18
HSL270.83º43.9%67.84%-
HSV(B)270.83º34.45%81.96%-
XYZ37.9131.4964.4-
YUV156.27157.76140.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=33.46%
G=26.35%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741372090.170.3400.18270.8343.967.84
HexAE89D1112201210f2c44
Octal256211321214202241754104
Binary101011101000100111010001100011000100100101000011111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89D1; }

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

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

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

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

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

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

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

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