#AAA2EE

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

Shades of Wistful #AAA2EE

Tints of Wistful #AAA2EE

Color information

#AAA2EE (or 0xAAA2EE) is unknown color: approx Wistful. HEX triplet: AA, A2 and EE. RGB value is (170,162,238). Sum of RGB (Red+Green+Blue) = 170+162+238=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2EE is #555D11. Grayscale: #ACACAC. Windows color (decimal): -5594386 or 15639210. OLE color: 15639210.

HSL color Cylindrical-coordinate representation of color #AAA2EE: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA2EE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170162238-
CMYK0.290.3200.07
HSL246.32º69.09%78.43%-
HSV(B)246.32º31.93%93.33%-
XYZ44.9340.5686.35-
YUV173.06164.65125.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=29.82%
G=28.42%
B=41.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701622380.290.3200.07246.3269.0978.43
HexAAA2EE1D2007f6454e
Octal252242356354007366105116
Binary1010101010100010111011101110110000001111111011010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2EE; }

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

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

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

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

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

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

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

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