#AAA9DD

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

Shades of Wistful #AAA9DD

Tints of Wistful #AAA9DD

Color information

#AAA9DD (or 0xAAA9DD) is unknown color: approx Wistful. HEX triplet: AA, A9 and DD. RGB value is (170,169,221). Sum of RGB (Red+Green+Blue) = 170+169+221=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DD is #555622. Grayscale: #AFAFAF. Windows color (decimal): -5592611 or 14526890. OLE color: 14526890.

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

Color convert

RGB170169221-
CMYK0.230.2400.13
HSL241.15º43.33%76.47%-
HSV(B)241.15º23.53%86.67%-
XYZ43.8242.1474.23-
YUV175.23153.83124.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=30.36%
G=30.18%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701692210.230.2400.13241.1543.3376.47
HexAAA9DD17180Df12b4c
Octal252251335273001536153114
Binary101010101010100111011101101111100001101111100011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9DD; }

 p { color: rgb(170,169,221); }

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

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

 a { background-color: rgb(170,169,221); }

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

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

 span { border-color: rgb(170,169,221); }

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