#AAA4EA

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

Shades of Wistful #AAA4EA

Tints of Wistful #AAA4EA

Color information

#AAA4EA (or 0xAAA4EA) is unknown color: approx Wistful. HEX triplet: AA, A4 and EA. RGB value is (170,164,234). Sum of RGB (Red+Green+Blue) = 170+164+234=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4EA is #555B15. Grayscale: #ADADAD. Windows color (decimal): -5593878 or 15377578. OLE color: 15377578.

HSL color Cylindrical-coordinate representation of color #AAA4EA: hue angle of 245.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA4EA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170164234-
CMYK0.270.3000.08
HSL245.14º62.5%78.04%-
HSV(B)245.14º29.91%91.76%-
XYZ44.741.0483.41-
YUV173.77161.99125.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=29.93%
G=28.87%
B=41.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701642340.270.3000.08245.1462.578.04
HexAAA4EA1B1E08f53e4e
Octal252244352333601036576116
Binary101010101010010011101010110111111001000111101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4EA; }

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

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

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

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

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

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

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

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