#AAA3D7

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

Shades of Wistful #AAA3D7

Tints of Wistful #AAA3D7

Color information

#AAA3D7 (or 0xAAA3D7) is unknown color: approx Wistful. HEX triplet: AA, A3 and D7. RGB value is (170,163,215). Sum of RGB (Red+Green+Blue) = 170+163+215=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAA3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3D7 is #555C28. Grayscale: #AAAAAA. Windows color (decimal): -5594153 or 14132138. OLE color: 14132138.

HSL color Cylindrical-coordinate representation of color #AAA3D7: hue angle of 248.08º 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 #AAA3D7 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170163215-
CMYK0.210.2400.16
HSL248.08º39.39%74.12%-
HSV(B)248.08º24.19%84.31%-
XYZ41.9439.6569.73-
YUV171.02152.82127.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=31.02%
G=29.74%
B=39.23%

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
Decimal1701632150.210.2400.16248.0839.3974.12
HexAAA3D71518010f8274a
Octal252243327253002037047112
Binary1010101010100011110101111010111000010000111110001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3D7; }

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

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

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

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

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

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

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

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