#AAA6DD

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

Shades of Wistful #AAA6DD

Tints of Wistful #AAA6DD

Color information

#AAA6DD (or 0xAAA6DD) is unknown color: approx Wistful. HEX triplet: AA, A6 and DD. RGB value is (170,166,221). Sum of RGB (Red+Green+Blue) = 170+166+221=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DD is #555922. Grayscale: #ADADAD. Windows color (decimal): -5593379 or 14526122. OLE color: 14526122.

HSL color Cylindrical-coordinate representation of color #AAA6DD: hue angle of 244.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA6DD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170166221-
CMYK0.230.2500.13
HSL244.36º44.72%75.88%-
HSV(B)244.36º24.89%86.67%-
XYZ43.2641.0474.05-
YUV173.47154.83125.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=30.52%
G=29.80%
B=39.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701662210.230.2500.13244.3644.7275.88
HexAAA6DD17190Df42d4c
Octal252246335273101536455114
Binary101010101010011011011101101111100101101111101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6DD; }

 p { color: rgb(170,166,221); }

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

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

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

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

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

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

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