#AEA3E0

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

Shades of Biloba Flower #AEA3E0

Tints of Biloba Flower #AEA3E0

Color information

#AEA3E0 (or 0xAEA3E0) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and E0. RGB value is (174,163,224). Sum of RGB (Red+Green+Blue) = 174+163+224=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEA3E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3E0 is #515C1F. Grayscale: #ADADAD. Windows color (decimal): -5332000 or 14721966. OLE color: 14721966.

HSL color Cylindrical-coordinate representation of color #AEA3E0: hue angle of 250.82º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA3E0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174163224-
CMYK0.220.2700.12
HSL250.82º49.59%75.88%-
HSV(B)250.82º27.23%87.84%-
XYZ44.0140.5776.03-
YUV173.24156.64128.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=31.02%
G=29.06%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741632240.220.2700.12250.8249.5975.88
HexAEA3E0161B0Cfb324c
Octal256243340263301437362114
Binary101011101010001111100000101101101101100111110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3E0; }

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

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

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

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

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

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

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

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