#AEA1DC

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

Shades of Biloba Flower #AEA1DC

Tints of Biloba Flower #AEA1DC

Color information

#AEA1DC (or 0xAEA1DC) is unknown color: approx Biloba Flower. HEX triplet: AE, A1 and DC. RGB value is (174,161,220). Sum of RGB (Red+Green+Blue) = 174+161+220=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1DC is #515E23. Grayscale: #ABABAB. Windows color (decimal): -5332516 or 14459310. OLE color: 14459310.

HSL color Cylindrical-coordinate representation of color #AEA1DC: hue angle of 253.22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA1DC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174161220-
CMYK0.210.2700.14
HSL253.22º45.74%74.71%-
HSV(B)253.22º26.82%86.27%-
XYZ43.1239.6673.09-
YUV171.61155.31129.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=31.35%
G=29.01%
B=39.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741612200.210.2700.14253.2245.7474.71
HexAEA1DC151B0Efd2e4b
Octal256241334253301637556113
Binary101011101010000111011100101011101101110111111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1DC; }

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

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

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

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

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

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

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

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