#AAA9D8

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

Shades of Wistful #AAA9D8

Tints of Wistful #AAA9D8

Color information

#AAA9D8 (or 0xAAA9D8) is unknown color: approx Wistful. HEX triplet: AA, A9 and D8. RGB value is (170,169,216). Sum of RGB (Red+Green+Blue) = 170+169+216=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAA9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D8 is #555627. Grayscale: #AEAEAE. Windows color (decimal): -5592616 or 14199210. OLE color: 14199210.

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

Color convert

RGB170169216-
CMYK0.210.2200.15
HSL241.28º37.6%75.49%-
HSV(B)241.28º21.76%84.71%-
XYZ43.1641.8870.77-
YUV174.66151.33124.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=30.63%
G=30.45%
B=38.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701692160.210.2200.15241.2837.675.49
HexAAA9D815160Ff1264b
Octal252251330252601736146113
Binary101010101010100111011000101011011001111111100011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9D8; }

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

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

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

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

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

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

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

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