#AEA1E7

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

Shades of Biloba Flower #AEA1E7

Tints of Biloba Flower #AEA1E7

Color information

#AEA1E7 (or 0xAEA1E7) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and E7. RGB value is (174,161,231). Sum of RGB (Red+Green+Blue) = 174+161+231=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEA1E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1E7 is #515E18. Grayscale: #ACACAC. Windows color (decimal): -5332505 or 15180206. OLE color: 15180206.

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

Color convert

RGB174161231-
CMYK0.250.3000.09
HSL251.14º59.32%76.86%-
HSV(B)251.14º30.3%90.59%-
XYZ44.6240.2681.02-
YUV172.87160.81128.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=30.74%
G=28.45%
B=40.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741612310.250.3000.09251.1459.3276.86
HexAEA1E7191E09fb3b4d
Octal256241347313601137373115
Binary101011101010000111100111110011111001001111110111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1E7; }

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

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

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

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

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

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

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

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