#AEA1E2

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

Shades of Biloba Flower #AEA1E2

Tints of Biloba Flower #AEA1E2

Color information

#AEA1E2 (or 0xAEA1E2) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and E2. RGB value is (174,161,226). Sum of RGB (Red+Green+Blue) = 174+161+226=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEA1E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1E2 is #515E1D. Grayscale: #ACACAC. Windows color (decimal): -5332510 or 14852526. OLE color: 14852526.

HSL color Cylindrical-coordinate representation of color #AEA1E2: hue angle of 252º degrees, saturation: 0.53, 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 #AEA1E2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174161226-
CMYK0.230.2900.11
HSL252º52.85%75.88%-
HSV(B)252º28.76%88.63%-
XYZ43.9339.9877.35-
YUV172.3158.31129.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=31.02%
G=28.70%
B=40.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741612260.230.2900.1125252.8575.88
HexAEA1E2171D0Bfc354c
Octal256241342273501337465114
Binary101011101010000111100010101111110101011111111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1E2; }

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

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

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

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

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

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

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

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