#AEA7DC

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

Shades of Wistful #AEA7DC

Tints of Wistful #AEA7DC

Color information

#AEA7DC (or 0xAEA7DC) is unknown color: approx Wistful. HEX triplet: AE, A7 and DC. RGB value is (174,167,220). Sum of RGB (Red+Green+Blue) = 174+167+220=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7DC is #515823. Grayscale: #AEAEAE. Windows color (decimal): -5330980 or 14460846. OLE color: 14460846.

HSL color Cylindrical-coordinate representation of color #AEA7DC: hue angle of 247.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA7DC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174167220-
CMYK0.210.2400.14
HSL247.92º43.09%75.88%-
HSV(B)247.92º24.09%86.27%-
XYZ44.1941.873.45-
YUV175.14153.32127.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=31.02%
G=29.77%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741672200.210.2400.14247.9243.0975.88
HexAEA7DC15180Ef82b4c
Octal256247334253001637053114
Binary101011101010011111011100101011100001110111110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7DC; }

 p { color: rgb(174,167,220); }

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

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

 a { background-color: rgb(174,167,220); }

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

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

 span { border-color: rgb(174,167,220); }

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