#AEA0E7

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

Shades of Biloba Flower #AEA0E7

Tints of Biloba Flower #AEA0E7

Color information

#AEA0E7 (or 0xAEA0E7) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and E7. RGB value is (174,160,231). Sum of RGB (Red+Green+Blue) = 174+160+231=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEA0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0E7 is #515F18. Grayscale: #ACACAC. Windows color (decimal): -5332761 or 15179950. OLE color: 15179950.

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

Color convert

RGB174160231-
CMYK0.250.3100.09
HSL251.83º59.66%76.67%-
HSV(B)251.83º30.74%90.59%-
XYZ44.4539.9180.96-
YUV172.28161.14129.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=30.80%
G=28.32%
B=40.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741602310.250.3100.09251.8359.6676.67
HexAEA0E7191F09fc3c4d
Octal256240347313701137474115
Binary101011101010000011100111110011111101001111111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0E7; }

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

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

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

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

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

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

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

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