#AAA2F0

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

Shades of Wistful #AAA2F0

Tints of Wistful #AAA2F0

Color information

#AAA2F0 (or 0xAAA2F0) is unknown color: approx Wistful. HEX triplet: AA, A2 and F0. RGB value is (170,162,240). Sum of RGB (Red+Green+Blue) = 170+162+240=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAA2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2F0 is #555D0F. Grayscale: #ACACAC. Windows color (decimal): -5594384 or 15770282. OLE color: 15770282.

HSL color Cylindrical-coordinate representation of color #AAA2F0: hue angle of 246.15º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA2F0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170162240-
CMYK0.290.3200.06
HSL246.15º72.22%78.82%-
HSV(B)246.15º32.5%94.12%-
XYZ45.2340.6887.91-
YUV173.28165.65125.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=29.72%
G=28.32%
B=41.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701622400.290.3200.06246.1572.2278.82
HexAAA2F01D2006f6484f
Octal252242360354006366110117
Binary1010101010100010111100001110110000001101111011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2F0; }

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

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

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

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

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

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

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

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