#AE88E7

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

Shades of Biloba Flower #AE88E7

Tints of Biloba Flower #AE88E7

Color information

#AE88E7 (or 0xAE88E7) is unknown color: approx Biloba Flower. HEX triplet: AE, 88 and E7. RGB value is (174,136,231). Sum of RGB (Red+Green+Blue) = 174+136+231=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE88E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE88E7 is #517718. Grayscale: #9D9D9D. Windows color (decimal): -5338905 or 15173806. OLE color: 15173806.

HSL color Cylindrical-coordinate representation of color #AE88E7: hue angle of 264º 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 #AE88E7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174136231-
CMYK0.250.4100.09
HSL264º66.43%71.96%-
HSV(B)264º41.13%90.59%-
XYZ40.6832.3879.71-
YUV158.19169.09139.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=32.16%
G=25.14%
B=42.70%

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
Decimal1741362310.250.4100.0926466.4371.96
HexAE88E71929091084248
Octal2562103473151011410102110
Binary101011101000100011100111110011010010100110000100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88E7; }

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

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

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

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

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

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

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

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