#AAAAD7

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

Shades of Wistful #AAAAD7

Tints of Wistful #AAAAD7

Color information

#AAAAD7 (or 0xAAAAD7) is unknown color: approx Wistful. HEX triplet: AA, AA and D7. RGB value is (170,170,215). Sum of RGB (Red+Green+Blue) = 170+170+215=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAD7 is #555528. Grayscale: #AEAEAE. Windows color (decimal): -5592361 or 14133930. OLE color: 14133930.

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

Color convert

RGB170170215-
CMYK0.210.2100.16
HSL240º36%75.49%-
HSV(B)240º20.93%84.31%-
XYZ43.2242.270.16-
YUV175.13150.5124.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=30.63%
G=30.63%
B=38.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701702150.210.2100.162403675.49
HexAAAAD71515010f0244b
Octal252252327252502036044113
Binary1010101010101010110101111010110101010000111100001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAD7; }

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

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

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

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

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

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

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

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