#AAAADB

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

Shades of Wistful #AAAADB

Tints of Wistful #AAAADB

Color information

#AAAADB (or 0xAAAADB) is unknown color: approx Wistful. HEX triplet: AA, AA and DB. RGB value is (170,170,219). Sum of RGB (Red+Green+Blue) = 170+170+219=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADB is #555524. Grayscale: #AFAFAF. Windows color (decimal): -5592357 or 14396074. OLE color: 14396074.

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

Color convert

RGB170170219-
CMYK0.220.2200.14
HSL240º40.5%76.27%-
HSV(B)240º22.37%85.88%-
XYZ43.7442.4172.9-
YUV175.59152.5124.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=30.41%
G=30.41%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701702190.220.2200.1424040.576.27
HexAAAADB16160Ef0284c
Octal252252333262601636050114
Binary101010101010101011011011101101011001110111100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAADB; }

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

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

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

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

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

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

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

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