#AAA1D1

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

Shades of Wistful #AAA1D1

Tints of Wistful #AAA1D1

Color information

#AAA1D1 (or 0xAAA1D1) is unknown color: approx Wistful. HEX triplet: AA, A1 and D1. RGB value is (170,161,209). Sum of RGB (Red+Green+Blue) = 170+161+209=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1D1 is #555E2E. Grayscale: #A8A8A8. Windows color (decimal): -5594671 or 13738410. OLE color: 13738410.

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

Color convert

RGB170161209-
CMYK0.190.2300.18
HSL251.25º34.29%72.55%-
HSV(B)251.25º22.97%81.96%-
XYZ40.8338.6465.63-
YUV169.16150.48128.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=31.48%
G=29.81%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701612090.190.2300.18251.2534.2972.55
HexAAA1D11317012fb2249
Octal252241321232702237342111
Binary1010101010100001110100011001110111010010111110111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1D1; }

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

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

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

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

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

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

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

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