#AE89DE

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

Shades of Biloba Flower #AE89DE

Tints of Biloba Flower #AE89DE

Color information

#AE89DE (or 0xAE89DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and DE. RGB value is (174,137,222). Sum of RGB (Red+Green+Blue) = 174+137+222=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE89DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89DE is #517621. Grayscale: #9D9D9D. Windows color (decimal): -5338658 or 14584238. OLE color: 14584238.

HSL color Cylindrical-coordinate representation of color #AE89DE: hue angle of 266.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE89DE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174137222-
CMYK0.220.3800.13
HSL266.12º56.29%70.39%-
HSV(B)266.12º38.29%87.06%-
XYZ39.5932.1673.23-
YUV157.75164.26139.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=32.65%
G=25.70%
B=41.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741372220.220.3800.13266.1256.2970.39
HexAE89DE16260D10a3846
Octal256211336264601541270106
Binary10101110100010011101111010110100110011011000010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89DE; }

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

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

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

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

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

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

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

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