#AEAAD8

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

Shades of Wistful #AEAAD8

Tints of Wistful #AEAAD8

Color information

#AEAAD8 (or 0xAEAAD8) is unknown color: approx Wistful. HEX triplet: AE, AA and D8. RGB value is (174,170,216). Sum of RGB (Red+Green+Blue) = 174+170+216=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEAAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD8 is #515527. Grayscale: #B0B0B0. Windows color (decimal): -5330216 or 14199470. OLE color: 14199470.

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

Color convert

RGB174170216-
CMYK0.190.2100.15
HSL245.22º37.1%75.69%-
HSV(B)245.22º21.3%84.71%-
XYZ44.2242.7170.88-
YUV176.44150.33126.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=31.07%
G=30.36%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741702160.190.2100.15245.2237.175.69
HexAEAAD813150Ff5254c
Octal256252330232501736545114
Binary101011101010101011011000100111010101111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD8; }

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

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

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

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

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

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

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

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