#AEAACC

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

Shades of Wistful #AEAACC

Tints of Wistful #AEAACC

Color information

#AEAACC (or 0xAEAACC) is unknown color: approx Wistful. HEX triplet: AE, AA and CC. RGB value is (174,170,204). Sum of RGB (Red+Green+Blue) = 174+170+204=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAACC is #515533. Grayscale: #AEAEAE. Windows color (decimal): -5330228 or 13413038. OLE color: 13413038.

HSL color Cylindrical-coordinate representation of color #AEAACC: hue angle of 247.06º degrees, saturation: 0.25, 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 #AEAACC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174170204-
CMYK0.150.1700.2
HSL247.06º25%73.33%-
HSV(B)247.06º16.67%80%-
XYZ42.7342.1163-
YUV175.07144.33127.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=31.75%
G=31.02%
B=37.23%

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
Decimal1741702040.150.1700.2247.062573.33
HexAEAACCF11014f71949
Octal256252314172102436731111
Binary10101110101010101100110011111000101010011110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAACC; }

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

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

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

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

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

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

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

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