#AEA3EA

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

Shades of Biloba Flower #AEA3EA

Tints of Biloba Flower #AEA3EA

Color information

#AEA3EA (or 0xAEA3EA) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and EA. RGB value is (174,163,234). Sum of RGB (Red+Green+Blue) = 174+163+234=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3EA is #515C15. Grayscale: #AEAEAE. Windows color (decimal): -5331990 or 15377326. OLE color: 15377326.

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

Color convert

RGB174163234-
CMYK0.260.3000.08
HSL249.3º62.83%77.84%-
HSV(B)249.3º30.34%91.76%-
XYZ45.441.1383.39-
YUV174.38161.64127.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=30.47%
G=28.55%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741632340.260.3000.08249.362.8377.84
HexAEA3EA1A1E08f93f4e
Octal256243352323601037177116
Binary101011101010001111101010110101111001000111110011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3EA; }

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

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

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

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

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

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

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

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