#AEA8D1

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

Shades of Wistful #AEA8D1

Tints of Wistful #AEA8D1

Color information

#AEA8D1 (or 0xAEA8D1) is unknown color: approx Wistful. HEX triplet: AE, A8 and D1. RGB value is (174,168,209). Sum of RGB (Red+Green+Blue) = 174+168+209=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8D1 is #51572E. Grayscale: #AEAEAE. Windows color (decimal): -5330735 or 13740206. OLE color: 13740206.

HSL color Cylindrical-coordinate representation of color #AEA8D1: hue angle of 248.78º degrees, saturation: 0.31, 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 #AEA8D1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174168209-
CMYK0.170.2000.18
HSL248.78º30.83%73.92%-
HSV(B)248.78º19.62%81.96%-
XYZ42.9741.6166.09-
YUV174.47147.49127.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=31.58%
G=30.49%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741682090.170.2000.18248.7830.8373.92
HexAEA8D11114012f91f4a
Octal256250321212402237137112
Binary101011101010100011010001100011010001001011111001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8D1; }

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

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

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

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

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

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

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

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