#AE89DA

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

Shades of Biloba Flower #AE89DA

Tints of Biloba Flower #AE89DA

Color information

#AE89DA (or 0xAE89DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and DA. RGB value is (174,137,218). Sum of RGB (Red+Green+Blue) = 174+137+218=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89DA is #517625. Grayscale: #9D9D9D. Windows color (decimal): -5338662 or 14322094. OLE color: 14322094.

HSL color Cylindrical-coordinate representation of color #AE89DA: hue angle of 267.41º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE89DA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174137218-
CMYK0.200.3700.15
HSL267.41º52.26%69.61%-
HSV(B)267.41º37.16%85.49%-
XYZ39.0631.9570.44-
YUV157.3162.26139.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=32.89%
G=25.90%
B=41.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741372180.200.3700.15267.4152.2669.61
HexAE89DA14250F10b3446
Octal256211332244501741364106
Binary10101110100010011101101010100100101011111000010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89DA; }

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

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

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

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

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

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

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

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