#A9A6C9

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

Shades of Wistful #A9A6C9

Tints of Wistful #A9A6C9

Color information

#A9A6C9 (or 0xA9A6C9) is unknown color: approx Wistful. HEX triplet: A9, A6 and C9. RGB value is (169,166,201). Sum of RGB (Red+Green+Blue) = 169+166+201=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #A9A6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6C9 is #565936. Grayscale: #AAAAAA. Windows color (decimal): -5658935 or 13215401. OLE color: 13215401.

HSL color Cylindrical-coordinate representation of color #A9A6C9: hue angle of 245.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9A6C9 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169166201-
CMYK0.160.1700.21
HSL245.14º24.48%71.96%-
HSV(B)245.14º17.41%78.82%-
XYZ40.5439.9260.83-
YUV170.89144.99126.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=31.53%
G=30.97%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691662010.160.1700.21245.1424.4871.96
HexA9A6C91011015f51848
Octal251246311202102536530110
Binary101010011010011011001001100001000101010111110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6C9; }

 p { color: rgb(169,166,201); }

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

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

 a { background-color: rgb(169,166,201); }

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

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

 span { border-color: rgb(169,166,201); }

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