#AEA8D5

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

Shades of Wistful #AEA8D5

Tints of Wistful #AEA8D5

Color information

#AEA8D5 (or 0xAEA8D5) is unknown color: approx Wistful. HEX triplet: AE, A8 and D5. RGB value is (174,168,213). Sum of RGB (Red+Green+Blue) = 174+168+213=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEA8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8D5 is #51572A. Grayscale: #AEAEAE. Windows color (decimal): -5330731 or 14002350. OLE color: 14002350.

HSL color Cylindrical-coordinate representation of color #AEA8D5: hue angle of 248º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA8D5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174168213-
CMYK0.180.2100.16
HSL248º34.88%74.71%-
HSV(B)248º21.13%83.53%-
XYZ43.4741.8168.73-
YUV174.92149.49127.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=31.35%
G=30.27%
B=38.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741682130.180.2100.1624834.8874.71
HexAEA8D51215010f8234b
Octal256250325222502037043113
Binary1010111010101000110101011001010101010000111110001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8D5; }

 p { color: rgb(174,168,213); }

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

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

 a { background-color: rgb(174,168,213); }

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

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

 span { border-color: rgb(174,168,213); }

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