#AAABD1

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

Shades of Wistful #AAABD1

Tints of Wistful #AAABD1

Color information

#AAABD1 (or 0xAAABD1) is unknown color: approx Wistful. HEX triplet: AA, AB and D1. RGB value is (170,171,209). Sum of RGB (Red+Green+Blue) = 170+171+209=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABD1 is #55542E. Grayscale: #AEAEAE. Windows color (decimal): -5592111 or 13740970. OLE color: 13740970.

HSL color Cylindrical-coordinate representation of color #AAABD1: hue angle of 238.46º 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 #AAABD1 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170171209-
CMYK0.190.1800.18
HSL238.46º29.77%74.31%-
HSV(B)238.46º18.66%81.96%-
XYZ42.6542.2866.23-
YUV175.03147.17124.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 209 (82.03% from 255) = 38%
R=30.91%
G=31.09%
B=38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701712090.190.1800.18238.4629.7774.31
HexAAABD11312012ee1e4a
Octal252253321232202235636112
Binary101010101010101111010001100111001001001011101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABD1; }

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

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

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

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

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

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

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

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