#AAA2EA

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

Shades of Wistful #AAA2EA

Tints of Wistful #AAA2EA

Color information

#AAA2EA (or 0xAAA2EA) is unknown color: approx Wistful. HEX triplet: AA, A2 and EA. RGB value is (170,162,234). Sum of RGB (Red+Green+Blue) = 170+162+234=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EA is #555D15. Grayscale: #ACACAC. Windows color (decimal): -5594390 or 15377066. OLE color: 15377066.

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

Color convert

RGB170162234-
CMYK0.270.3100.08
HSL246.67º63.16%77.65%-
HSV(B)246.67º30.77%91.76%-
XYZ44.3540.3383.29-
YUV172.6162.65126.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=30.04%
G=28.62%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701622340.270.3100.08246.6763.1677.65
HexAAA2EA1B1F08f73f4e
Octal252242352333701036777116
Binary101010101010001011101010110111111101000111101111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2EA; }

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

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

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

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

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

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

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

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