#AEA8CF

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

Shades of Wistful #AEA8CF

Tints of Wistful #AEA8CF

Color information

#AEA8CF (or 0xAEA8CF) is unknown color: approx Wistful. HEX triplet: AE, A8 and CF. RGB value is (174,168,207). Sum of RGB (Red+Green+Blue) = 174+168+207=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CF is #515730. Grayscale: #AEAEAE. Windows color (decimal): -5330737 or 13609134. OLE color: 13609134.

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

Color convert

RGB174168207-
CMYK0.160.1900.19
HSL249.23º28.89%73.53%-
HSV(B)249.23º18.84%81.18%-
XYZ42.7241.5164.79-
YUV174.24146.49127.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=31.69%
G=30.60%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741682070.160.1900.19249.2328.8973.53
HexAEA8CF1013013f91d4a
Octal256250317202302337135112
Binary101011101010100011001111100001001101001111111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8CF; }

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

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

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

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

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

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

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

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