#AAA9DF

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

Shades of Wistful #AAA9DF

Tints of Wistful #AAA9DF

Color information

#AAA9DF (or 0xAAA9DF) is unknown color: approx Wistful. HEX triplet: AA, A9 and DF. RGB value is (170,169,223). Sum of RGB (Red+Green+Blue) = 170+169+223=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DF is #555620. Grayscale: #AFAFAF. Windows color (decimal): -5592609 or 14657962. OLE color: 14657962.

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

Color convert

RGB170169223-
CMYK0.240.2400.13
HSL241.11º45.76%76.86%-
HSV(B)241.11º24.22%87.45%-
XYZ44.0842.2575.64-
YUV175.46154.83124.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=30.25%
G=30.07%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701692230.240.2400.13241.1145.7676.86
HexAAA9DF18180Df12e4d
Octal252251337303001536156115
Binary101010101010100111011111110001100001101111100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9DF; }

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

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

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

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

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

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

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

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