#AAA0EA

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

Shades of Wistful #AAA0EA

Tints of Wistful #AAA0EA

Color information

#AAA0EA (or 0xAAA0EA) is unknown color: approx Wistful. HEX triplet: AA, A0 and EA. RGB value is (170,160,234). Sum of RGB (Red+Green+Blue) = 170+160+234=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EA is #555F15. Grayscale: #ABABAB. Windows color (decimal): -5594902 or 15376554. OLE color: 15376554.

HSL color Cylindrical-coordinate representation of color #AAA0EA: hue angle of 248.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA0EA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170160234-
CMYK0.270.3200.08
HSL248.11º63.79%77.25%-
HSV(B)248.11º31.62%91.76%-
XYZ4439.6383.17-
YUV171.43163.31126.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=30.14%
G=28.37%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701602340.270.3200.08248.1163.7977.25
HexAAA0EA1B2008f8404d
Octal2522403523340010370100115
Binary10101010101000001110101011011100000010001111100010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0EA; }

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

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

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

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

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

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

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

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