#AEA1EA

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

Shades of Biloba Flower #AEA1EA

Tints of Biloba Flower #AEA1EA

Color information

#AEA1EA (or 0xAEA1EA) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and EA. RGB value is (174,161,234). Sum of RGB (Red+Green+Blue) = 174+161+234=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1EA is #515E15. Grayscale: #ACACAC. Windows color (decimal): -5332502 or 15376814. OLE color: 15376814.

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

Color convert

RGB174161234-
CMYK0.260.3100.08
HSL250.68º63.48%77.45%-
HSV(B)250.68º31.2%91.76%-
XYZ45.0540.4383.27-
YUV173.21162.31128.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=30.58%
G=28.30%
B=41.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741612340.260.3100.08250.6863.4877.45
HexAEA1EA1A1F08fb3f4d
Octal256241352323701037377115
Binary101011101010000111101010110101111101000111110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1EA; }

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

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

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

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

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

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

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

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