#AE89E5

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

Shades of Biloba Flower #AE89E5

Tints of Biloba Flower #AE89E5

Color information

#AE89E5 (or 0xAE89E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and E5. RGB value is (174,137,229). Sum of RGB (Red+Green+Blue) = 174+137+229=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE89E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89E5 is #51761A. Grayscale: #9E9E9E. Windows color (decimal): -5338651 or 15042990. OLE color: 15042990.

HSL color Cylindrical-coordinate representation of color #AE89E5: hue angle of 264.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE89E5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174137229-
CMYK0.240.4000.10
HSL264.13º63.89%71.76%-
HSV(B)264.13º40.17%89.8%-
XYZ40.5432.5578.27-
YUV158.55167.76139.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=32.22%
G=25.37%
B=42.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741372290.240.4000.10264.1363.8971.76
HexAE89E518280A1084048
Octal2562113453050012410100110
Binary101011101000100111100101110001010000101010000100010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89E5; }

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

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

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

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

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

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

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

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