#AAA9DC

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

Shades of Wistful #AAA9DC

Tints of Wistful #AAA9DC

Color information

#AAA9DC (or 0xAAA9DC) is unknown color: approx Wistful. HEX triplet: AA, A9 and DC. RGB value is (170,169,220). Sum of RGB (Red+Green+Blue) = 170+169+220=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DC is #555623. Grayscale: #AEAEAE. Windows color (decimal): -5592612 or 14461354. OLE color: 14461354.

HSL color Cylindrical-coordinate representation of color #AAA9DC: hue angle of 241.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA9DC is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170169220-
CMYK0.230.2300.14
HSL241.18º42.15%76.27%-
HSV(B)241.18º23.18%86.27%-
XYZ43.6842.0973.53-
YUV175.11153.33124.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=30.41%
G=30.23%
B=39.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701692200.230.2300.14241.1842.1576.27
HexAAA9DC17170Ef12a4c
Octal252251334272701636152114
Binary101010101010100111011100101111011101110111100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9DC; }

 p { color: rgb(170,169,220); }

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

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

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

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

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

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

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