#AEA2ED

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

Shades of Biloba Flower #AEA2ED

Tints of Biloba Flower #AEA2ED

Color information

#AEA2ED (or 0xAEA2ED) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and ED. RGB value is (174,162,237). Sum of RGB (Red+Green+Blue) = 174+162+237=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2ED is #515D12. Grayscale: #ADADAD. Windows color (decimal): -5332243 or 15573678. OLE color: 15573678.

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

Color convert

RGB174162237-
CMYK0.270.3200.07
HSL249.6º67.57%78.24%-
HSV(B)249.6º31.65%92.94%-
XYZ45.6640.9585.62-
YUV174.14163.48127.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=30.37%
G=28.27%
B=41.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741622370.270.3200.07249.667.5778.24
HexAEA2ED1B2007fa444e
Octal256242355334007372104116
Binary1010111010100010111011011101110000001111111101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2ED; }

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

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

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

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

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

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

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

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