#AEA9CA

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

Shades of Wistful #AEA9CA

Tints of Wistful #AEA9CA

Color information

#AEA9CA (or 0xAEA9CA) is unknown color: approx Wistful. HEX triplet: AE, A9 and CA. RGB value is (174,169,202). Sum of RGB (Red+Green+Blue) = 174+169+202=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9CA is #515635. Grayscale: #AEAEAE. Windows color (decimal): -5330486 or 13281710. OLE color: 13281710.

HSL color Cylindrical-coordinate representation of color #AEA9CA: hue angle of 249.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA9CA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174169202-
CMYK0.140.1600.21
HSL249.09º23.74%72.75%-
HSV(B)249.09º16.34%79.22%-
XYZ42.341.6461.68-
YUV174.26143.66127.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=31.93%
G=31.01%
B=37.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741692020.140.1600.21249.0923.7472.75
HexAEA9CAE10015f91849
Octal256251312162002537130111
Binary10101110101010011100101011101000001010111111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9CA; }

 p { color: rgb(174,169,202); }

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

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

 a { background-color: rgb(174,169,202); }

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

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

 span { border-color: rgb(174,169,202); }

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