#AEACD6

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

Shades of Wistful #AEACD6

Tints of Wistful #AEACD6

Color information

#AEACD6 (or 0xAEACD6) is unknown color: approx Wistful. HEX triplet: AE, AC and D6. RGB value is (174,172,214). Sum of RGB (Red+Green+Blue) = 174+172+214=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD6 is #515329. Grayscale: #B1B1B1. Windows color (decimal): -5329706 or 14068910. OLE color: 14068910.

HSL color Cylindrical-coordinate representation of color #AEACD6: hue angle of 242.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEACD6 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174172214-
CMYK0.190.2000.16
HSL242.86º33.87%75.69%-
HSV(B)242.86º19.63%83.92%-
XYZ44.3543.3669.65-
YUV177.39148.66125.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=31.07%
G=30.71%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741722140.190.2000.16242.8633.8775.69
HexAEACD61314010f3224c
Octal256254326232402036342114
Binary1010111010101100110101101001110100010000111100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD6; }

 p { color: rgb(174,172,214); }

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

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

 a { background-color: rgb(174,172,214); }

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

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

 span { border-color: rgb(174,172,214); }

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