#AEA0EE

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

Shades of Biloba Flower #AEA0EE

Tints of Biloba Flower #AEA0EE

Color information

#AEA0EE (or 0xAEA0EE) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and EE. RGB value is (174,160,238). Sum of RGB (Red+Green+Blue) = 174+160+238=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0EE is #515F11. Grayscale: #ACACAC. Windows color (decimal): -5332754 or 15638702. OLE color: 15638702.

HSL color Cylindrical-coordinate representation of color #AEA0EE: hue angle of 250.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA0EE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174160238-
CMYK0.270.3300.07
HSL250.77º69.64%78.04%-
HSV(B)250.77º32.77%93.33%-
XYZ45.4640.3186.27-
YUV173.08164.64128.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=30.42%
G=27.97%
B=41.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741602380.270.3300.07250.7769.6478.04
HexAEA0EE1B2107fb464e
Octal256240356334107373106116
Binary1010111010100000111011101101110000101111111101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0EE; }

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

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

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

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

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

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

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

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