#AAA8D1

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

Shades of Wistful #AAA8D1

Tints of Wistful #AAA8D1

Color information

#AAA8D1 (or 0xAAA8D1) is unknown color: approx Wistful. HEX triplet: AA, A8 and D1. RGB value is (170,168,209). Sum of RGB (Red+Green+Blue) = 170+168+209=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8D1 is #55572E. Grayscale: #ADADAD. Windows color (decimal): -5592879 or 13740202. OLE color: 13740202.

HSL color Cylindrical-coordinate representation of color #AAA8D1: hue angle of 242.93º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA8D1 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170168209-
CMYK0.190.2000.18
HSL242.93º30.83%73.92%-
HSV(B)242.93º19.62%81.96%-
XYZ42.0941.1566.05-
YUV173.27148.16125.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=31.08%
G=30.71%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701682090.190.2000.18242.9330.8373.92
HexAAA8D11314012f31f4a
Octal252250321232402236337112
Binary101010101010100011010001100111010001001011110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8D1; }

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

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

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

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

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

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

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

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