#AEA0DD

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

Shades of Biloba Flower #AEA0DD

Tints of Biloba Flower #AEA0DD

Color information

#AEA0DD (or 0xAEA0DD) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and DD. RGB value is (174,160,221). Sum of RGB (Red+Green+Blue) = 174+160+221=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0DD is #515F22. Grayscale: #AAAAAA. Windows color (decimal): -5332771 or 14524590. OLE color: 14524590.

HSL color Cylindrical-coordinate representation of color #AEA0DD: hue angle of 253.77º degrees, saturation: 0.47, 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 #AEA0DD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174160221-
CMYK0.210.2800.13
HSL253.77º47.29%74.71%-
HSV(B)253.77º27.6%86.67%-
XYZ43.0839.3673.73-
YUV171.14156.14130.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 160 (62.89% from 255) = 28.83%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=31.35%
G=28.83%
B=39.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741602210.210.2800.13253.7747.2974.71
HexAEA0DD151C0Dfe2f4b
Octal256240335253401537657113
Binary101011101010000011011101101011110001101111111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0DD; }

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

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

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

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

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

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

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

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