#AEA5D0

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

Shades of Wistful #AEA5D0

Tints of Wistful #AEA5D0

Color information

#AEA5D0 (or 0xAEA5D0) is unknown color: approx Wistful. HEX triplet: AE, A5 and D0. RGB value is (174,165,208). Sum of RGB (Red+Green+Blue) = 174+165+208=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEA5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5D0 is #515A2F. Grayscale: #ACACAC. Windows color (decimal): -5331504 or 13673902. OLE color: 13673902.

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

Color convert

RGB174165208-
CMYK0.160.2100.18
HSL252.56º31.39%73.14%-
HSV(B)252.56º20.67%81.57%-
XYZ42.340.4665.26-
YUV172.59147.98129-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=31.81%
G=30.16%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741652080.160.2100.18252.5631.3973.14
HexAEA5D01015012fd1f49
Octal256245320202502237537111
Binary101011101010010111010000100001010101001011111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5D0; }

 p { color: rgb(174,165,208); }

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

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

 a { background-color: rgb(174,165,208); }

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

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

 span { border-color: rgb(174,165,208); }

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