#A9A6C8

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

Shades of Wistful #A9A6C8

Tints of Wistful #A9A6C8

Color information

#A9A6C8 (or 0xA9A6C8) is unknown color: approx Wistful. HEX triplet: A9, A6 and C8. RGB value is (169,166,200). Sum of RGB (Red+Green+Blue) = 169+166+200=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #A9A6C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6C8 is #565937. Grayscale: #AAAAAA. Windows color (decimal): -5658936 or 13149865. OLE color: 13149865.

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

Color convert

RGB169166200-
CMYK0.160.1700.22
HSL245.29º23.61%71.76%-
HSV(B)245.29º17%78.43%-
XYZ40.4239.8860.21-
YUV170.77144.49126.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=31.59%
G=31.03%
B=37.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691662000.160.1700.22245.2923.6171.76
HexA9A6C81011016f51848
Octal251246310202102636530110
Binary101010011010011011001000100001000101011011110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6C8; }

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

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

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

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

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

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

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

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