#AEA5CF

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

Shades of Wistful #AEA5CF

Tints of Wistful #AEA5CF

Color information

#AEA5CF (or 0xAEA5CF) is unknown color: approx Wistful. HEX triplet: AE, A5 and CF. RGB value is (174,165,207). Sum of RGB (Red+Green+Blue) = 174+165+207=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5CF is #515A30. Grayscale: #ACACAC. Windows color (decimal): -5331505 or 13608366. OLE color: 13608366.

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

Color convert

RGB174165207-
CMYK0.160.2000.19
HSL252.86º30.43%72.94%-
HSV(B)252.86º20.29%81.18%-
XYZ42.1740.4164.61-
YUV172.48147.48129.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=31.87%
G=30.22%
B=37.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741652070.160.2000.19252.8630.4372.94
HexAEA5CF1014013fd1e49
Octal256245317202402337536111
Binary101011101010010111001111100001010001001111111101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5CF; }

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

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

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

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

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

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

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

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