#AEA5D6

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

Shades of Wistful #AEA5D6

Tints of Wistful #AEA5D6

Color information

#AEA5D6 (or 0xAEA5D6) is unknown color: approx Wistful. HEX triplet: AE, A5 and D6. RGB value is (174,165,214). Sum of RGB (Red+Green+Blue) = 174+165+214=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEA5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5D6 is #515A29. Grayscale: #ADADAD. Windows color (decimal): -5331498 or 14067118. OLE color: 14067118.

HSL color Cylindrical-coordinate representation of color #AEA5D6: hue angle of 251.02º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA5D6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174165214-
CMYK0.190.2300.16
HSL251.02º37.4%74.31%-
HSV(B)251.02º22.9%83.92%-
XYZ43.0540.7669.22-
YUV173.28150.98128.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=31.46%
G=29.84%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741652140.190.2300.16251.0237.474.31
HexAEA5D61317010fb254a
Octal256245326232702037345112
Binary1010111010100101110101101001110111010000111110111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5D6; }

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

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

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

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

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

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

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

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