#AAAAD9

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

Shades of Wistful #AAAAD9

Tints of Wistful #AAAAD9

Color information

#AAAAD9 (or 0xAAAAD9) is unknown color: approx Wistful. HEX triplet: AA, AA and D9. RGB value is (170,170,217). Sum of RGB (Red+Green+Blue) = 170+170+217=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAAAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAD9 is #555526. Grayscale: #AFAFAF. Windows color (decimal): -5592359 or 14265002. OLE color: 14265002.

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

Color convert

RGB170170217-
CMYK0.220.2200.15
HSL240º38.21%75.88%-
HSV(B)240º21.66%85.1%-
XYZ43.4842.3171.52-
YUV175.36151.5124.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=30.52%
G=30.52%
B=38.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701702170.220.2200.1524038.2175.88
HexAAAAD916160Ff0264c
Octal252252331262601736046114
Binary101010101010101011011001101101011001111111100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAD9; }

 p { color: rgb(170,170,217); }

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

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

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

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

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

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

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