#AEAAD3

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

Shades of Wistful #AEAAD3

Tints of Wistful #AEAAD3

Color information

#AEAAD3 (or 0xAEAAD3) is unknown color: approx Wistful. HEX triplet: AE, AA and D3. RGB value is (174,170,211). Sum of RGB (Red+Green+Blue) = 174+170+211=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEAAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD3 is #51552C. Grayscale: #AFAFAF. Windows color (decimal): -5330221 or 13871790. OLE color: 13871790.

HSL color Cylindrical-coordinate representation of color #AEAAD3: hue angle of 245.85º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEAAD3 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174170211-
CMYK0.180.1900.17
HSL245.85º31.78%74.71%-
HSV(B)245.85º19.43%82.75%-
XYZ43.5942.4567.52-
YUV175.87147.83126.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=31.35%
G=30.63%
B=38.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741702110.180.1900.17245.8531.7874.71
HexAEAAD31213011f6204b
Octal256252323222302136640113
Binary1010111010101010110100111001010011010001111101101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD3; }

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

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

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

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

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

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

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

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