#AAABD7

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

Shades of Wistful #AAABD7

Tints of Wistful #AAABD7

Color information

#AAABD7 (or 0xAAABD7) is unknown color: approx Wistful. HEX triplet: AA, AB and D7. RGB value is (170,171,215). Sum of RGB (Red+Green+Blue) = 170+171+215=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABD7 is #555428. Grayscale: #AFAFAF. Windows color (decimal): -5592105 or 14134186. OLE color: 14134186.

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

Color convert

RGB170171215-
CMYK0.210.2000.16
HSL238.67º36%75.49%-
HSV(B)238.67º20.93%84.31%-
XYZ43.4142.5870.22-
YUV175.72150.17123.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=30.58%
G=30.76%
B=38.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701712150.210.2000.16238.673675.49
HexAAABD71514010ef244b
Octal252253327252402035744113
Binary1010101010101011110101111010110100010000111011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABD7; }

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

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

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

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

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

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

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

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