#AEACD7

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

Shades of Wistful #AEACD7

Tints of Wistful #AEACD7

Color information

#AEACD7 (or 0xAEACD7) is unknown color: approx Wistful. HEX triplet: AE, AC and D7. RGB value is (174,172,215). Sum of RGB (Red+Green+Blue) = 174+172+215=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD7 is #515328. Grayscale: #B1B1B1. Windows color (decimal): -5329705 or 14134446. OLE color: 14134446.

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

Color convert

RGB174172215-
CMYK0.190.200.16
HSL242.79º34.96%75.88%-
HSV(B)242.79º20%84.31%-
XYZ44.4743.4170.32-
YUV177.5149.16125.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=31.02%
G=30.66%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741722150.190.200.16242.7934.9675.88
HexAEACD71314010f3234c
Octal256254327232402036343114
Binary1010111010101100110101111001110100010000111100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD7; }

 p { color: rgb(174,172,215); }

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

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

 a { background-color: rgb(174,172,215); }

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

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

 span { border-color: rgb(174,172,215); }

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