#AAA4E3

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

Shades of Wistful #AAA4E3

Tints of Wistful #AAA4E3

Color information

#AAA4E3 (or 0xAAA4E3) is unknown color: approx Wistful. HEX triplet: AA, A4 and E3. RGB value is (170,164,227). Sum of RGB (Red+Green+Blue) = 170+164+227=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAA4E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4E3 is #555B1C. Grayscale: #ACACAC. Windows color (decimal): -5593885 or 14918826. OLE color: 14918826.

HSL color Cylindrical-coordinate representation of color #AAA4E3: hue angle of 245.71º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA4E3 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170164227-
CMYK0.250.2800.11
HSL245.71º52.94%76.67%-
HSV(B)245.71º27.75%89.02%-
XYZ43.7240.6478.21-
YUV172.98158.49125.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 227 (89.06% from 255) = 40.46%
R=30.30%
G=29.23%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701642270.250.2800.11245.7152.9476.67
HexAAA4E3191C0Bf6354d
Octal252244343313401336665115
Binary101010101010010011100011110011110001011111101101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4E3; }

 p { color: rgb(170,164,227); }

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

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

 a { background-color: rgb(170,164,227); }

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

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

 span { border-color: rgb(170,164,227); }

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