#AEA2EA

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

Shades of Biloba Flower #AEA2EA

Tints of Biloba Flower #AEA2EA

Color information

#AEA2EA (or 0xAEA2EA) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and EA. RGB value is (174,162,234). Sum of RGB (Red+Green+Blue) = 174+162+234=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2EA is #515D15. Grayscale: #ADADAD. Windows color (decimal): -5332246 or 15377070. OLE color: 15377070.

HSL color Cylindrical-coordinate representation of color #AEA2EA: hue angle of 250º degrees, saturation: 0.63, 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 #AEA2EA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174162234-
CMYK0.260.3100.08
HSL250º63.16%77.65%-
HSV(B)250º30.77%91.76%-
XYZ45.2340.7883.33-
YUV173.8161.98128.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=30.53%
G=28.42%
B=41.05%

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
Decimal1741622340.260.3100.0825063.1677.65
HexAEA2EA1A1F08fa3f4e
Octal256242352323701037277116
Binary101011101010001011101010110101111101000111110101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2EA; }

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

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

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

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

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

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

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

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