#AAAADD

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

Shades of Wistful #AAAADD

Tints of Wistful #AAAADD

Color information

#AAAADD (or 0xAAAADD) is unknown color: approx Wistful. HEX triplet: AA, AA and DD. RGB value is (170,170,221). Sum of RGB (Red+Green+Blue) = 170+170+221=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADD is #555522. Grayscale: #AFAFAF. Windows color (decimal): -5592355 or 14527146. OLE color: 14527146.

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

Color convert

RGB170170221-
CMYK0.230.2300.13
HSL240º42.86%76.67%-
HSV(B)240º23.08%86.67%-
XYZ4442.5274.29-
YUV175.81153.5123.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=30.30%
G=30.30%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701702210.230.2300.1324042.8676.67
HexAAAADD17170Df02b4d
Octal252252335272701536053115
Binary101010101010101011011101101111011101101111100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAADD; }

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

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

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

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

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

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

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

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