#AEA8CD

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

Shades of Wistful #AEA8CD

Tints of Wistful #AEA8CD

Color information

#AEA8CD (or 0xAEA8CD) is unknown color: approx Wistful. HEX triplet: AE, A8 and CD. RGB value is (174,168,205). Sum of RGB (Red+Green+Blue) = 174+168+205=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CD is #515732. Grayscale: #ADADAD. Windows color (decimal): -5330739 or 13478062. OLE color: 13478062.

HSL color Cylindrical-coordinate representation of color #AEA8CD: hue angle of 249.73º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA8CD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174168205-
CMYK0.150.1800.20
HSL249.73º27.01%73.14%-
HSV(B)249.73º18.05%80.39%-
XYZ42.4841.4163.51-
YUV174.01145.49127.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=31.81%
G=30.71%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741682050.150.1800.20249.7327.0173.14
HexAEA8CDF12014fa1b49
Octal256250315172202437233111
Binary10101110101010001100110111111001001010011111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8CD; }

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

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

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

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

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

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

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

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