#AEA0E2

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

Shades of Biloba Flower #AEA0E2

Tints of Biloba Flower #AEA0E2

Color information

#AEA0E2 (or 0xAEA0E2) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and E2. RGB value is (174,160,226). Sum of RGB (Red+Green+Blue) = 174+160+226=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEA0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0E2 is #515F1D. Grayscale: #ABABAB. Windows color (decimal): -5332766 or 14852270. OLE color: 14852270.

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

Color convert

RGB174160226-
CMYK0.230.2900.11
HSL252.73º53.23%75.69%-
HSV(B)252.73º29.2%88.63%-
XYZ43.7539.6377.3-
YUV171.71158.64129.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 226 (88.67% from 255) = 40.36%
R=31.07%
G=28.57%
B=40.36%

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
Decimal1741602260.230.2900.11252.7353.2375.69
HexAEA0E2171D0Bfd354c
Octal256240342273501337565114
Binary101011101010000011100010101111110101011111111011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0E2; }

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

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

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

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

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

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

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

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