#AEAAD1

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

Shades of Wistful #AEAAD1

Tints of Wistful #AEAAD1

Color information

#AEAAD1 (or 0xAEAAD1) is unknown color: approx Wistful. HEX triplet: AE, AA and D1. RGB value is (174,170,209). Sum of RGB (Red+Green+Blue) = 174+170+209=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEAAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD1 is #51552E. Grayscale: #AFAFAF. Windows color (decimal): -5330223 or 13740718. OLE color: 13740718.

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

Color convert

RGB174170209-
CMYK0.170.1900.18
HSL246.15º29.77%74.31%-
HSV(B)246.15º18.66%81.96%-
XYZ43.3442.3566.21-
YUV175.64146.83126.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=31.46%
G=30.74%
B=37.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741702090.170.1900.18246.1529.7774.31
HexAEAAD11113012f61e4a
Octal256252321212302236636112
Binary101011101010101011010001100011001101001011110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD1; }

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

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

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

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

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

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

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

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