#AEA0EA

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

Shades of Biloba Flower #AEA0EA

Tints of Biloba Flower #AEA0EA

Color information

#AEA0EA (or 0xAEA0EA) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and EA. RGB value is (174,160,234). Sum of RGB (Red+Green+Blue) = 174+160+234=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0EA is #515F15. Grayscale: #ACACAC. Windows color (decimal): -5332758 or 15376558. OLE color: 15376558.

HSL color Cylindrical-coordinate representation of color #AEA0EA: hue angle of 251.35º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA0EA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174160234-
CMYK0.260.3200.08
HSL251.35º63.79%77.25%-
HSV(B)251.35º31.62%91.76%-
XYZ44.8840.0883.21-
YUV172.62162.64128.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=30.63%
G=28.17%
B=41.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741602340.260.3200.08251.3563.7977.25
HexAEA0EA1A2008fb404d
Octal2562403523240010373100115
Binary10101110101000001110101011010100000010001111101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0EA; }

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

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

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

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

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

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

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

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