#A9AACF

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

Shades of Wistful #A9AACF

Tints of Wistful #A9AACF

Color information

#A9AACF (or 0xA9AACF) is unknown color: approx Wistful. HEX triplet: A9, AA and CF. RGB value is (169,170,207). Sum of RGB (Red+Green+Blue) = 169+170+207=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 170 (66.80% from 255 or 31.14% 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 #A9AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AACF is #565530. Grayscale: #ADADAD. Windows color (decimal): -5657905 or 13609641. OLE color: 13609641.

HSL color Cylindrical-coordinate representation of color #A9AACF: hue angle of 238.42º 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 #A9AACF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169170207-
CMYK0.180.1800.19
HSL238.42º28.36%73.73%-
HSV(B)238.42º18.36%81.18%-
XYZ4241.6964.86-
YUV173.92146.67124.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=30.95%
G=31.14%
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
Decimal1691702070.180.1800.19238.4228.3673.73
HexA9AACF1212013ee1c4a
Octal251252317222202335634112
Binary101010011010101011001111100101001001001111101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AACF; }

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

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

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

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

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

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

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

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