#AEAAD9

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

Shades of Wistful #AEAAD9

Tints of Wistful #AEAAD9

Color information

#AEAAD9 (or 0xAEAAD9) is unknown color: approx Wistful. HEX triplet: AE, AA and D9. RGB value is (174,170,217). Sum of RGB (Red+Green+Blue) = 174+170+217=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEAAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD9 is #515526. Grayscale: #B0B0B0. Windows color (decimal): -5330215 or 14265006. OLE color: 14265006.

HSL color Cylindrical-coordinate representation of color #AEAAD9: hue angle of 245.11º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEAAD9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174170217-
CMYK0.200.2200.15
HSL245.11º38.21%75.88%-
HSV(B)245.11º21.66%85.1%-
XYZ44.3542.7671.56-
YUV176.55150.83126.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=31.02%
G=30.30%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741702170.200.2200.15245.1138.2175.88
HexAEAAD914160Ff5264c
Octal256252331242601736546114
Binary101011101010101011011001101001011001111111101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD9; }

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

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

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

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

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

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

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

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