#A9A7C7

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

Shades of Wistful #A9A7C7

Tints of Wistful #A9A7C7

Color information

#A9A7C7 (or 0xA9A7C7) is unknown color: approx Wistful. HEX triplet: A9, A7 and C7. RGB value is (169,167,199). Sum of RGB (Red+Green+Blue) = 169+167+199=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #A9A7C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7C7 is #565838. Grayscale: #ABABAB. Windows color (decimal): -5658681 or 13084585. OLE color: 13084585.

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

Color convert

RGB169167199-
CMYK0.150.1600.22
HSL243.75º22.22%71.76%-
HSV(B)243.75º16.08%78.04%-
XYZ40.4940.259.66-
YUV171.25143.66126.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=31.59%
G=31.21%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691671990.150.1600.22243.7522.2271.76
HexA9A7C7F10016f41648
Octal251247307172002636426110
Binary10101001101001111100011111111000001011011110100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7C7; }

 p { color: rgb(169,167,199); }

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

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

 a { background-color: rgb(169,167,199); }

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

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

 span { border-color: rgb(169,167,199); }

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