#AEA2F3

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

Shades of Biloba Flower #AEA2F3

Tints of Biloba Flower #AEA2F3

Color information

#AEA2F3 (or 0xAEA2F3) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and F3. RGB value is (174,162,243). Sum of RGB (Red+Green+Blue) = 174+162+243=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEA2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2F3 is #515D0C. Grayscale: #AEAEAE. Windows color (decimal): -5332237 or 15966894. OLE color: 15966894.

HSL color Cylindrical-coordinate representation of color #AEA2F3: hue angle of 248.89º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA2F3 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174162243-
CMYK0.280.3300.05
HSL248.89º77.14%79.41%-
HSV(B)248.89º33.33%95.29%-
XYZ46.5541.3190.31-
YUV174.82166.48127.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 243 (95.31% from 255) = 41.97%
R=30.05%
G=27.98%
B=41.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741622430.280.3300.05248.8977.1479.41
HexAEA2F31C2105f94d4f
Octal256242363344105371115117
Binary1010111010100010111100111110010000101011111100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2F3; }

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

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

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

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

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

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

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

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