#AAA8DF

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

Shades of Wistful #AAA8DF

Tints of Wistful #AAA8DF

Color information

#AAA8DF (or 0xAAA8DF) is unknown color: approx Wistful. HEX triplet: AA, A8 and DF. RGB value is (170,168,223). Sum of RGB (Red+Green+Blue) = 170+168+223=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8DF is #555720. Grayscale: #AEAEAE. Windows color (decimal): -5592865 or 14657706. OLE color: 14657706.

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

Color convert

RGB170168223-
CMYK0.240.2500.13
HSL242.18º46.22%76.67%-
HSV(B)242.18º24.66%87.45%-
XYZ43.941.8875.58-
YUV174.87155.16124.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=30.30%
G=29.95%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701682230.240.2500.13242.1846.2276.67
HexAAA8DF18190Df22e4d
Octal252250337303101536256115
Binary101010101010100011011111110001100101101111100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8DF; }

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

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

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

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

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

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

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

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