#AE89E7

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

Shades of Biloba Flower #AE89E7

Tints of Biloba Flower #AE89E7

Color information

#AE89E7 (or 0xAE89E7) is unknown color: approx Biloba Flower. HEX triplet: AE, 89 and E7. RGB value is (174,137,231). Sum of RGB (Red+Green+Blue) = 174+137+231=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE89E7 is #517618. Grayscale: #9E9E9E. Windows color (decimal): -5338649 or 15174062. OLE color: 15174062.

HSL color Cylindrical-coordinate representation of color #AE89E7: hue angle of 263.62º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE89E7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174137231-
CMYK0.250.4100.09
HSL263.62º66.2%72.16%-
HSV(B)263.62º40.69%90.59%-
XYZ40.8332.6679.75-
YUV158.78168.76138.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 231 (90.62% from 255) = 42.62%
R=32.10%
G=25.28%
B=42.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741372310.250.4100.09263.6266.272.16
HexAE89E71929091084248
Octal2562113473151011410102110
Binary101011101000100111100111110011010010100110000100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89E7; }

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

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

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

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

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

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

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

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