#AEA0DF

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

Shades of Biloba Flower #AEA0DF

Tints of Biloba Flower #AEA0DF

Color information

#AEA0DF (or 0xAEA0DF) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and DF. RGB value is (174,160,223). Sum of RGB (Red+Green+Blue) = 174+160+223=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0DF is #515F20. Grayscale: #ABABAB. Windows color (decimal): -5332769 or 14655662. OLE color: 14655662.

HSL color Cylindrical-coordinate representation of color #AEA0DF: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEA0DF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174160223-
CMYK0.220.2800.13
HSL253.33º49.61%75.1%-
HSV(B)253.33º28.25%87.45%-
XYZ43.3539.4775.15-
YUV171.37157.14129.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=31.24%
G=28.73%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741602230.220.2800.13253.3349.6175.1
HexAEA0DF161C0Dfd324b
Octal256240337263401537562113
Binary101011101010000011011111101101110001101111111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0DF; }

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

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

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

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

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

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

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

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