#AAA4D7

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

Shades of Wistful #AAA4D7

Tints of Wistful #AAA4D7

Color information

#AAA4D7 (or 0xAAA4D7) is unknown color: approx Wistful. HEX triplet: AA, A4 and D7. RGB value is (170,164,215). Sum of RGB (Red+Green+Blue) = 170+164+215=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D7 is #555B28. Grayscale: #ABABAB. Windows color (decimal): -5593897 or 14132394. OLE color: 14132394.

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

Color convert

RGB170164215-
CMYK0.210.2400.16
HSL247.06º38.93%74.31%-
HSV(B)247.06º23.72%84.31%-
XYZ42.124069.79-
YUV171.61152.49126.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=30.97%
G=29.87%
B=39.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701642150.210.2400.16247.0638.9374.31
HexAAA4D71518010f7274a
Octal252244327253002036747112
Binary1010101010100100110101111010111000010000111101111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4D7; }

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

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

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

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

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

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

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

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