#AAAAD1

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

Shades of Wistful #AAAAD1

Tints of Wistful #AAAAD1

Color information

#AAAAD1 (or 0xAAAAD1) is unknown color: approx Wistful. HEX triplet: AA, AA and D1. RGB value is (170,170,209). Sum of RGB (Red+Green+Blue) = 170+170+209=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAAAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAD1 is #55552E. Grayscale: #AEAEAE. Windows color (decimal): -5592367 or 13740714. OLE color: 13740714.

HSL color Cylindrical-coordinate representation of color #AAAAD1: hue angle of 240º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAAD1 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170170209-
CMYK0.190.1900.18
HSL240º29.77%74.31%-
HSV(B)240º18.66%81.96%-
XYZ42.4641.966.17-
YUV174.45147.5124.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=30.97%
G=30.97%
B=38.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701702090.190.1900.1824029.7774.31
HexAAAAD11313012f01e4a
Octal252252321232302236036112
Binary101010101010101011010001100111001101001011110000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAD1; }

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

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

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

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

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

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

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

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