#AEA7D0

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

Shades of Wistful #AEA7D0

Tints of Wistful #AEA7D0

Color information

#AEA7D0 (or 0xAEA7D0) is unknown color: approx Wistful. HEX triplet: AE, A7 and D0. RGB value is (174,167,208). Sum of RGB (Red+Green+Blue) = 174+167+208=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEA7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7D0 is #51582F. Grayscale: #ADADAD. Windows color (decimal): -5330992 or 13674414. OLE color: 13674414.

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

Color convert

RGB174167208-
CMYK0.160.2000.18
HSL250.24º30.37%73.53%-
HSV(B)250.24º19.71%81.57%-
XYZ42.6641.1965.38-
YUV173.77147.32128.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=31.69%
G=30.42%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741672080.160.2000.18250.2430.3773.53
HexAEA7D01014012fa1e4a
Octal256247320202402237236112
Binary101011101010011111010000100001010001001011111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7D0; }

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

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

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

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

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

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

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

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