#AEA6D4

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

Shades of Wistful #AEA6D4

Tints of Wistful #AEA6D4

Color information

#AEA6D4 (or 0xAEA6D4) is unknown color: approx Wistful. HEX triplet: AE, A6 and D4. RGB value is (174,166,212). Sum of RGB (Red+Green+Blue) = 174+166+212=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEA6D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6D4 is #51592B. Grayscale: #ADADAD. Windows color (decimal): -5331244 or 13936302. OLE color: 13936302.

HSL color Cylindrical-coordinate representation of color #AEA6D4: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA6D4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174166212-
CMYK0.180.2200.17
HSL250.43º34.85%74.12%-
HSV(B)250.43º21.7%83.14%-
XYZ42.9841.0267.94-
YUV173.64149.65128.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=31.52%
G=30.07%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741662120.180.2200.17250.4334.8574.12
HexAEA6D41216011fa234a
Octal256246324222602137243112
Binary1010111010100110110101001001010110010001111110101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6D4; }

 p { color: rgb(174,166,212); }

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

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

 a { background-color: rgb(174,166,212); }

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

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

 span { border-color: rgb(174,166,212); }

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