#AEA9CC

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

Shades of Wistful #AEA9CC

Tints of Wistful #AEA9CC

Color information

#AEA9CC (or 0xAEA9CC) is unknown color: approx Wistful. HEX triplet: AE, A9 and CC. RGB value is (174,169,204). Sum of RGB (Red+Green+Blue) = 174+169+204=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9CC is #515633. Grayscale: #AEAEAE. Windows color (decimal): -5330484 or 13412782. OLE color: 13412782.

HSL color Cylindrical-coordinate representation of color #AEA9CC: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA9CC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174169204-
CMYK0.150.1700.2
HSL248.57º25.55%73.14%-
HSV(B)248.57º17.16%80%-
XYZ42.5441.7362.94-
YUV174.48144.66127.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=31.81%
G=30.90%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741692040.150.1700.2248.5725.5573.14
HexAEA9CCF11014f91a49
Octal256251314172102437132111
Binary10101110101010011100110011111000101010011111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9CC; }

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

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

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

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

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

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

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

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