#AEA3E7

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

Shades of Biloba Flower #AEA3E7

Tints of Biloba Flower #AEA3E7

Color information

#AEA3E7 (or 0xAEA3E7) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and E7. RGB value is (174,163,231). Sum of RGB (Red+Green+Blue) = 174+163+231=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEA3E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3E7 is #515C18. Grayscale: #ADADAD. Windows color (decimal): -5331993 or 15180718. OLE color: 15180718.

HSL color Cylindrical-coordinate representation of color #AEA3E7: hue angle of 249.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA3E7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174163231-
CMYK0.250.2900.09
HSL249.71º58.62%77.25%-
HSV(B)249.71º29.44%90.59%-
XYZ44.9840.9681.14-
YUV174.04160.14127.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=30.63%
G=28.70%
B=40.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741632310.250.2900.09249.7158.6277.25
HexAEA3E7191D09fa3b4d
Octal256243347313501137273115
Binary101011101010001111100111110011110101001111110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3E7; }

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

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

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

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

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

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

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

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