#AAA0DD

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

Shades of Wistful #AAA0DD

Tints of Wistful #AAA0DD

Color information

#AAA0DD (or 0xAAA0DD) is unknown color: approx Wistful. HEX triplet: AA, A0 and DD. RGB value is (170,160,221). Sum of RGB (Red+Green+Blue) = 170+160+221=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DD is #555F22. Grayscale: #A9A9A9. Windows color (decimal): -5594915 or 14524586. OLE color: 14524586.

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

Color convert

RGB170160221-
CMYK0.230.2800.13
HSL249.84º47.29%74.71%-
HSV(B)249.84º27.6%86.67%-
XYZ42.238.9173.69-
YUV169.94156.81128.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=30.85%
G=29.04%
B=40.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701602210.230.2800.13249.8447.2974.71
HexAAA0DD171C0Dfa2f4b
Octal252240335273401537257113
Binary101010101010000011011101101111110001101111110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0DD; }

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

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

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

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

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

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

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

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