#AEA3ED

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

Shades of Biloba Flower #AEA3ED

Tints of Biloba Flower #AEA3ED

Color information

#AEA3ED (or 0xAEA3ED) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and ED. RGB value is (174,163,237). Sum of RGB (Red+Green+Blue) = 174+163+237=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3ED is #515C12. Grayscale: #AEAEAE. Windows color (decimal): -5331987 or 15573934. OLE color: 15573934.

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

Color convert

RGB174163237-
CMYK0.270.3100.07
HSL248.92º67.27%78.43%-
HSV(B)248.92º31.22%92.94%-
XYZ45.8441.3185.68-
YUV174.72163.14127.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=30.31%
G=28.40%
B=41.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741632370.270.3100.07248.9267.2778.43
HexAEA3ED1B1F07f9434e
Octal256243355333707371103116
Binary101011101010001111101101110111111101111111100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3ED; }

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

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

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

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

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

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

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

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