#AEA2EB

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

Shades of Biloba Flower #AEA2EB

Tints of Biloba Flower #AEA2EB

Color information

#AEA2EB (or 0xAEA2EB) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and EB. RGB value is (174,162,235). Sum of RGB (Red+Green+Blue) = 174+162+235=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2EB is #515D14. Grayscale: #ADADAD. Windows color (decimal): -5332245 or 15442606. OLE color: 15442606.

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

Color convert

RGB174162235-
CMYK0.260.3100.08
HSL249.86º64.6%77.84%-
HSV(B)249.86º31.06%92.16%-
XYZ45.3740.8484.09-
YUV173.91162.48128.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 162 (63.67% from 255) = 28.37%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=30.47%
G=28.37%
B=41.16%

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
Decimal1741622350.260.3100.08249.8664.677.84
HexAEA2EB1A1F08fa414e
Octal2562423533237010372101116
Binary1010111010100010111010111101011111010001111101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2EB; }

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

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

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

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

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

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

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

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