#AEAAD0

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

Shades of Wistful #AEAAD0

Tints of Wistful #AEAAD0

Color information

#AEAAD0 (or 0xAEAAD0) is unknown color: approx Wistful. HEX triplet: AE, AA and D0. RGB value is (174,170,208). Sum of RGB (Red+Green+Blue) = 174+170+208=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEAAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAD0 is #51552F. Grayscale: #AFAFAF. Windows color (decimal): -5330224 or 13675182. OLE color: 13675182.

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

Color convert

RGB174170208-
CMYK0.160.1800.18
HSL246.32º28.79%74.12%-
HSV(B)246.32º18.27%81.57%-
XYZ43.2242.365.56-
YUV175.53146.33126.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=31.52%
G=30.80%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741702080.160.1800.18246.3228.7974.12
HexAEAAD01012012f61d4a
Octal256252320202202236635112
Binary101011101010101011010000100001001001001011110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAD0; }

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

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

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

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

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

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

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

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