#AAA1D5

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

Shades of Wistful #AAA1D5

Tints of Wistful #AAA1D5

Color information

#AAA1D5 (or 0xAAA1D5) is unknown color: approx Wistful. HEX triplet: AA, A1 and D5. RGB value is (170,161,213). Sum of RGB (Red+Green+Blue) = 170+161+213=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1D5 is #555E2A. Grayscale: #A9A9A9. Windows color (decimal): -5594667 or 14000554. OLE color: 14000554.

HSL color Cylindrical-coordinate representation of color #AAA1D5: hue angle of 250.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA1D5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170161213-
CMYK0.200.2400.16
HSL250.38º38.24%73.33%-
HSV(B)250.38º24.41%83.53%-
XYZ41.3338.8468.27-
YUV169.62152.48128.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=31.25%
G=29.60%
B=39.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701612130.200.2400.16250.3838.2473.33
HexAAA1D51418010fa2649
Octal252241325243002037246111
Binary1010101010100001110101011010011000010000111110101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1D5; }

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

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

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

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

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

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

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

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