#AEA1E4

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

Shades of Biloba Flower #AEA1E4

Tints of Biloba Flower #AEA1E4

Color information

#AEA1E4 (or 0xAEA1E4) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and E4. RGB value is (174,161,228). Sum of RGB (Red+Green+Blue) = 174+161+228=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEA1E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1E4 is #515E1B. Grayscale: #ACACAC. Windows color (decimal): -5332508 or 14983598. OLE color: 14983598.

HSL color Cylindrical-coordinate representation of color #AEA1E4: hue angle of 251.64º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA1E4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174161228-
CMYK0.240.2900.11
HSL251.64º55.37%76.27%-
HSV(B)251.64º29.39%89.41%-
XYZ44.240.0978.81-
YUV172.52159.31129.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=30.91%
G=28.60%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741612280.240.2900.11251.6455.3776.27
HexAEA1E4181D0Bfc374c
Octal256241344303501337467114
Binary101011101010000111100100110001110101011111111001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1E4; }

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

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

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

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

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

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

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

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