#AAA2ED

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

Shades of Wistful #AAA2ED

Tints of Wistful #AAA2ED

Color information

#AAA2ED (or 0xAAA2ED) is unknown color: approx Wistful. HEX triplet: AA, A2 and ED. RGB value is (170,162,237). Sum of RGB (Red+Green+Blue) = 170+162+237=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2ED is #555D12. Grayscale: #ACACAC. Windows color (decimal): -5594387 or 15573674. OLE color: 15573674.

HSL color Cylindrical-coordinate representation of color #AAA2ED: hue angle of 246.4º degrees, saturation: 0.68, 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 #AAA2ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170162237-
CMYK0.280.3200.07
HSL246.4º67.57%78.24%-
HSV(B)246.4º31.65%92.94%-
XYZ44.7840.585.58-
YUV172.94164.15125.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=29.88%
G=28.47%
B=41.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701622370.280.3200.07246.467.5778.24
HexAAA2ED1C2007f6444e
Octal252242355344007366104116
Binary1010101010100010111011011110010000001111111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2ED; }

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

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

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

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

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

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

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

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