#AAA7D7

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

Shades of Wistful #AAA7D7

Tints of Wistful #AAA7D7

Color information

#AAA7D7 (or 0xAAA7D7) is unknown color: approx Wistful. HEX triplet: AA, A7 and D7. RGB value is (170,167,215). Sum of RGB (Red+Green+Blue) = 170+167+215=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAA7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D7 is #555828. Grayscale: #ADADAD. Windows color (decimal): -5593129 or 14133162. OLE color: 14133162.

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

Color convert

RGB170167215-
CMYK0.210.2200.16
HSL243.75º37.5%74.9%-
HSV(B)243.75º22.33%84.31%-
XYZ42.6641.0969.97-
YUV173.37151.49125.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=30.80%
G=30.25%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701672150.210.2200.16243.7537.574.9
HexAAA7D71516010f4254b
Octal252247327252602036445113
Binary1010101010100111110101111010110110010000111101001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7D7; }

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

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

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

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

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

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

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

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