#AEAAD5

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

Shades of Wistful #AEAAD5

Tints of Wistful #AEAAD5

Color information

#AEAAD5 (or 0xAEAAD5) is unknown color: approx Wistful. HEX triplet: AE, AA and D5. RGB value is (174,170,213). Sum of RGB (Red+Green+Blue) = 174+170+213=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD5 is #51552A. Grayscale: #AFAFAF. Windows color (decimal): -5330219 or 14002862. OLE color: 14002862.

HSL color Cylindrical-coordinate representation of color #AEAAD5: hue angle of 245.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAAD5 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174170213-
CMYK0.180.2000.16
HSL245.58º33.86%75.1%-
HSV(B)245.58º20.19%83.53%-
XYZ43.8442.5568.85-
YUV176.1148.83126.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=31.24%
G=30.52%
B=38.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741702130.180.2000.16245.5833.8675.1
HexAEAAD51214010f6224b
Octal256252325222402036642113
Binary1010111010101010110101011001010100010000111101101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD5; }

 p { color: rgb(174,170,213); }

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

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

 a { background-color: rgb(174,170,213); }

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

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

 span { border-color: rgb(174,170,213); }

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