#AAA9CF

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

Shades of Wistful #AAA9CF

Tints of Wistful #AAA9CF

Color information

#AAA9CF (or 0xAAA9CF) is unknown color: approx Wistful. HEX triplet: AA, A9 and CF. RGB value is (170,169,207). Sum of RGB (Red+Green+Blue) = 170+169+207=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CF is #555630. Grayscale: #ADADAD. Windows color (decimal): -5592625 or 13609386. OLE color: 13609386.

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

Color convert

RGB170169207-
CMYK0.180.1800.19
HSL241.58º28.36%73.73%-
HSV(B)241.58º18.36%81.18%-
XYZ42.0341.4364.81-
YUV173.63146.83125.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=31.14%
G=30.95%
B=37.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701692070.180.1800.19241.5828.3673.73
HexAAA9CF1212013f21c4a
Octal252251317222202336234112
Binary101010101010100111001111100101001001001111110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9CF; }

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

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

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

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

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

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

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

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