#AAA1DB

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

Shades of Wistful #AAA1DB

Tints of Wistful #AAA1DB

Color information

#AAA1DB (or 0xAAA1DB) is unknown color: approx Wistful. HEX triplet: AA, A1 and DB. RGB value is (170,161,219). Sum of RGB (Red+Green+Blue) = 170+161+219=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DB is #555E24. Grayscale: #AAAAAA. Windows color (decimal): -5594661 or 14393770. OLE color: 14393770.

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

Color convert

RGB170161219-
CMYK0.220.2600.14
HSL249.31º44.62%74.51%-
HSV(B)249.31º26.48%85.88%-
XYZ42.1139.1572.36-
YUV170.3155.48127.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=30.91%
G=29.27%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701612190.220.2600.14249.3144.6274.51
HexAAA1DB161A0Ef92d4b
Octal252241333263201637155113
Binary101010101010000111011011101101101001110111110011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1DB; }

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

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

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

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

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

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

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

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