#AAA1DA

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

Shades of Wistful #AAA1DA

Tints of Wistful #AAA1DA

Color information

#AAA1DA (or 0xAAA1DA) is unknown color: approx Wistful. HEX triplet: AA, A1 and DA. RGB value is (170,161,218). Sum of RGB (Red+Green+Blue) = 170+161+218=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DA is #555E25. Grayscale: #A9A9A9. Windows color (decimal): -5594662 or 14328234. OLE color: 14328234.

HSL color Cylindrical-coordinate representation of color #AAA1DA: hue angle of 249.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA1DA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170161218-
CMYK0.220.2600.15
HSL249.47º43.51%74.31%-
HSV(B)249.47º26.15%85.49%-
XYZ41.9839.171.66-
YUV170.19154.98127.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=30.97%
G=29.33%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701612180.220.2600.15249.4743.5174.31
HexAAA1DA161A0Ff92c4a
Octal252241332263201737154112
Binary101010101010000111011010101101101001111111110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1DA; }

 p { color: rgb(170,161,218); }

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

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

 a { background-color: rgb(170,161,218); }

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

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

 span { border-color: rgb(170,161,218); }

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