#AAA0DE

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

Shades of Wistful #AAA0DE

Tints of Wistful #AAA0DE

Color information

#AAA0DE (or 0xAAA0DE) is unknown color: approx Wistful. HEX triplet: AA, A0 and DE. RGB value is (170,160,222). Sum of RGB (Red+Green+Blue) = 170+160+222=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DE is #555F21. Grayscale: #A9A9A9. Windows color (decimal): -5594914 or 14590122. OLE color: 14590122.

HSL color Cylindrical-coordinate representation of color #AAA0DE: hue angle of 249.68º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA0DE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170160222-
CMYK0.230.2800.13
HSL249.68º48.44%74.9%-
HSV(B)249.68º27.93%87.06%-
XYZ42.3338.9674.4-
YUV170.06157.31127.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=30.80%
G=28.99%
B=40.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701602220.230.2800.13249.6848.4474.9
HexAAA0DE171C0Dfa304b
Octal252240336273401537260113
Binary101010101010000011011110101111110001101111110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0DE; }

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

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

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

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

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

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

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

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