#AEA4D1

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

Shades of Biloba Flower #AEA4D1

Tints of Biloba Flower #AEA4D1

Color information

#AEA4D1 (or 0xAEA4D1) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and D1. RGB value is (174,164,209). Sum of RGB (Red+Green+Blue) = 174+164+209=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4D1 is #515B2E. Grayscale: #ABABAB. Windows color (decimal): -5331759 or 13739182. OLE color: 13739182.

HSL color Cylindrical-coordinate representation of color #AEA4D1: hue angle of 253.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA4D1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174164209-
CMYK0.170.2200.18
HSL253.33º32.85%73.14%-
HSV(B)253.33º21.53%81.96%-
XYZ42.2440.1565.85-
YUV172.12148.81129.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=31.81%
G=29.98%
B=38.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741642090.170.2200.18253.3332.8573.14
HexAEA4D11116012fd2149
Octal256244321212602237541111
Binary1010111010100100110100011000110110010010111111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4D1; }

 p { color: rgb(174,164,209); }

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

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

 a { background-color: rgb(174,164,209); }

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

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

 span { border-color: rgb(174,164,209); }

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