#AEA6CA

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

Shades of Wistful #AEA6CA

Tints of Wistful #AEA6CA

Color information

#AEA6CA (or 0xAEA6CA) is unknown color: approx Wistful. HEX triplet: AE, A6 and CA. RGB value is (174,166,202). Sum of RGB (Red+Green+Blue) = 174+166+202=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6CA is #515935. Grayscale: #ACACAC. Windows color (decimal): -5331254 or 13280942. OLE color: 13280942.

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

Color convert

RGB174166202-
CMYK0.140.1800.21
HSL253.33º25.35%72.16%-
HSV(B)253.33º17.82%79.22%-
XYZ41.7540.5461.5-
YUV172.5144.65129.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=32.10%
G=30.63%
B=37.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741662020.140.1800.21253.3325.3572.16
HexAEA6CAE12015fd1948
Octal256246312162202537531110
Binary10101110101001101100101011101001001010111111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6CA; }

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

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

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

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

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

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

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

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