#AAA9DB

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

Shades of Wistful #AAA9DB

Tints of Wistful #AAA9DB

Color information

#AAA9DB (or 0xAAA9DB) is unknown color: approx Wistful. HEX triplet: AA, A9 and DB. RGB value is (170,169,219). Sum of RGB (Red+Green+Blue) = 170+169+219=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DB is #555624. Grayscale: #AEAEAE. Windows color (decimal): -5592613 or 14395818. OLE color: 14395818.

HSL color Cylindrical-coordinate representation of color #AAA9DB: hue angle of 241.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA9DB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170169219-
CMYK0.220.2300.14
HSL241.2º40.98%76.08%-
HSV(B)241.2º22.83%85.88%-
XYZ43.5542.0472.84-
YUV175152.83124.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=30.47%
G=30.29%
B=39.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701692190.220.2300.14241.240.9876.08
HexAAA9DB16170Ef1294c
Octal252251333262701636151114
Binary101010101010100111011011101101011101110111100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9DB; }

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

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

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

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

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

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

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

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