#AEABCC

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

Shades of Wistful #AEABCC

Tints of Wistful #AEABCC

Color information

#AEABCC (or 0xAEABCC) is unknown color: approx Wistful. HEX triplet: AE, AB and CC. RGB value is (174,171,204). Sum of RGB (Red+Green+Blue) = 174+171+204=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCC is #515433. Grayscale: #AFAFAF. Windows color (decimal): -5329972 or 13413294. OLE color: 13413294.

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

Color convert

RGB174171204-
CMYK0.150.1600.2
HSL245.45º24.44%73.53%-
HSV(B)245.45º16.18%80%-
XYZ42.9242.4863.07-
YUV175.66143.99126.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=31.69%
G=31.15%
B=37.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741712040.150.1600.2245.4524.4473.53
HexAEABCCF10014f5184a
Octal256253314172002436530112
Binary10101110101010111100110011111000001010011110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABCC; }

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

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

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

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

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

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

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

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