#A7A8C6

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

Shades of Wistful #A7A8C6

Tints of Wistful #A7A8C6

Color information

#A7A8C6 (or 0xA7A8C6) is unknown color: approx Wistful. HEX triplet: A7, A8 and C6. RGB value is (167,168,198). Sum of RGB (Red+Green+Blue) = 167+168+198=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #A7A8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8C6 is #585739. Grayscale: #ABABAB. Windows color (decimal): -5789498 or 13019303. OLE color: 13019303.

HSL color Cylindrical-coordinate representation of color #A7A8C6: hue angle of 238.06º degrees, saturation: 0.21, 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 #A7A8C6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167168198-
CMYK0.160.1500.22
HSL238.06º21.38%71.57%-
HSV(B)238.06º15.66%77.65%-
XYZ40.1340.359.09-
YUV171.12143.17125.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=31.33%
G=31.52%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671681980.160.1500.22238.0621.3871.57
HexA7A8C610F016ee1548
Octal247250306201702635625110
Binary10100111101010001100011010000111101011011101110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A8C6; }

 p { color: rgb(167,168,198); }

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

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

 a { background-color: rgb(167,168,198); }

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

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

 span { border-color: rgb(167,168,198); }

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