#AEA9CE

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

Shades of Wistful #AEA9CE

Tints of Wistful #AEA9CE

Color information

#AEA9CE (or 0xAEA9CE) is unknown color: approx Wistful. HEX triplet: AE, A9 and CE. RGB value is (174,169,206). Sum of RGB (Red+Green+Blue) = 174+169+206=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9CE is #515631. Grayscale: #AEAEAE. Windows color (decimal): -5330482 or 13543854. OLE color: 13543854.

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

Color convert

RGB174169206-
CMYK0.160.1800.19
HSL248.11º27.41%73.53%-
HSV(B)248.11º17.96%80.78%-
XYZ42.7841.8364.21-
YUV174.71145.66127.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=31.69%
G=30.78%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741692060.160.1800.19248.1127.4173.53
HexAEA9CE1012013f81b4a
Octal256251316202202337033112
Binary101011101010100111001110100001001001001111111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9CE; }

 p { color: rgb(174,169,206); }

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

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

 a { background-color: rgb(174,169,206); }

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

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

 span { border-color: rgb(174,169,206); }

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