#AEABCD

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

Shades of Wistful #AEABCD

Tints of Wistful #AEABCD

Color information

#AEABCD (or 0xAEABCD) is unknown color: approx Wistful. HEX triplet: AE, AB and CD. RGB value is (174,171,205). Sum of RGB (Red+Green+Blue) = 174+171+205=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCD is #515432. Grayscale: #AFAFAF. Windows color (decimal): -5329971 or 13478830. OLE color: 13478830.

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

Color convert

RGB174171205-
CMYK0.150.1700.20
HSL245.29º25.37%73.73%-
HSV(B)245.29º16.59%80.39%-
XYZ43.0442.5363.7-
YUV175.77144.49126.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=31.64%
G=31.09%
B=37.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741712050.150.1700.20245.2925.3773.73
HexAEABCDF11014f5194a
Octal256253315172102436531112
Binary10101110101010111100110111111000101010011110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABCD; }

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

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

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

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

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

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

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

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