#AEABD0

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

Shades of Wistful #AEABD0

Tints of Wistful #AEABD0

Color information

#AEABD0 (or 0xAEABD0) is unknown color: approx Wistful. HEX triplet: AE, AB and D0. RGB value is (174,171,208). Sum of RGB (Red+Green+Blue) = 174+171+208=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABD0 is #51542F. Grayscale: #AFAFAF. Windows color (decimal): -5329968 or 13675438. OLE color: 13675438.

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

Color convert

RGB174171208-
CMYK0.160.1800.18
HSL244.86º28.24%74.31%-
HSV(B)244.86º17.79%81.57%-
XYZ43.442.6865.62-
YUV176.11145.99126.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=31.46%
G=30.92%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741712080.160.1800.18244.8628.2474.31
HexAEABD01012012f51c4a
Octal256253320202202236534112
Binary101011101010101111010000100001001001001011110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABD0; }

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

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

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

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

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

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

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

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