#AAA8DD

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

Shades of Wistful #AAA8DD

Tints of Wistful #AAA8DD

Color information

#AAA8DD (or 0xAAA8DD) is unknown color: approx Wistful. HEX triplet: AA, A8 and DD. RGB value is (170,168,221). Sum of RGB (Red+Green+Blue) = 170+168+221=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8DD is #555722. Grayscale: #AEAEAE. Windows color (decimal): -5592867 or 14526634. OLE color: 14526634.

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

Color convert

RGB170168221-
CMYK0.230.2400.13
HSL242.26º43.8%76.27%-
HSV(B)242.26º23.98%86.67%-
XYZ43.6341.7774.17-
YUV174.64154.16124.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=30.41%
G=30.05%
B=39.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701682210.230.2400.13242.2643.876.27
HexAAA8DD17180Df22c4c
Octal252250335273001536254114
Binary101010101010100011011101101111100001101111100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8DD; }

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

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

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

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

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

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

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

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