#AEA0E1

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

Shades of Biloba Flower #AEA0E1

Tints of Biloba Flower #AEA0E1

Color information

#AEA0E1 (or 0xAEA0E1) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and E1. RGB value is (174,160,225). Sum of RGB (Red+Green+Blue) = 174+160+225=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEA0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0E1 is #515F1E. Grayscale: #ABABAB. Windows color (decimal): -5332767 or 14786734. OLE color: 14786734.

HSL color Cylindrical-coordinate representation of color #AEA0E1: hue angle of 252.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA0E1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174160225-
CMYK0.230.2900.12
HSL252.92º52%75.49%-
HSV(B)252.92º28.89%88.24%-
XYZ43.6239.5876.57-
YUV171.6158.14129.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=31.13%
G=28.62%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741602250.230.2900.12252.925275.49
HexAEA0E1171D0Cfd344b
Octal256240341273501437564113
Binary101011101010000011100001101111110101100111111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0E1; }

 p { color: rgb(174,160,225); }

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

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

 a { background-color: rgb(174,160,225); }

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

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

 span { border-color: rgb(174,160,225); }

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